--- 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 = [