--- a/buildout.cfg Mon Apr 03 14:46:50 2023 +0200
+++ b/buildout.cfg Mon Apr 03 14:47:22 2023 +0200
@@ -40,4 +40,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.17
+ztfy.utils = 0.4.18
--- a/docs/HISTORY.txt Mon Apr 03 14:46:50 2023 +0200
+++ b/docs/HISTORY.txt Mon Apr 03 14:47:22 2023 +0200
@@ -1,6 +1,10 @@
Changelog
=========
+0.4.18
+------
+ - updated XML-RPC error status check
+
0.4.17
------
- added property to define ZODB connection from configuration file; this allows to use other
--- a/setup.py Mon Apr 03 14:46:50 2023 +0200
+++ b/setup.py Mon Apr 03 14:47:22 2023 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.17'
+version = '0.4.18'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [