# HG changeset patch # User Thierry Florac # Date 1642202648 -3600 # Node ID 03a06fa9807c256c9505730a32e3a2b70a7e0179 # Parent 35f11f1758e9adda1cf42496da1b08ff5268113c Version 0.4.17 diff -r 35f11f1758e9 -r 03a06fa9807c buildout.cfg --- 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 diff -r 35f11f1758e9 -r 03a06fa9807c docs/HISTORY.txt --- 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 diff -r 35f11f1758e9 -r 03a06fa9807c setup.py --- 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 = [