Version 0.4.17 ZTK-1.1 0.4.17
authorThierry Florac <tflorac@ulthar.net>
Sat, 15 Jan 2022 00:24:08 +0100
branchZTK-1.1
changeset 278 03a06fa9807c
parent 277 35f11f1758e9
child 279 d59282aa1f79
Version 0.4.17
buildout.cfg
docs/HISTORY.txt
setup.py
--- a/buildout.cfg	Sat Jan 15 00:23:22 2022 +0100
+++ b/buildout.cfg	Sat Jan 15 00:24:08 2022 +0100
@@ -40,4 +40,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.16
+ztfy.utils = 0.4.17
--- a/docs/HISTORY.txt	Sat Jan 15 00:23:22 2022 +0100
+++ b/docs/HISTORY.txt	Sat Jan 15 00:24:08 2022 +0100
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.4.17
+------
+ - added property to define ZODB connection from configuration file; this allows to use other
+   ZODB storage types, like RelStorage
+
 0.4.16
 ------
  - added HTTP client option to disable SSL certificate verification
--- a/setup.py	Sat Jan 15 00:23:22 2022 +0100
+++ b/setup.py	Sat Jan 15 00:24:08 2022 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.16'
+version = '0.4.17'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [