Version 0.4.18 ZTK-1.1 0.4.18
authorThierry Florac <tflorac@ulthar.net>
Mon, 03 Apr 2023 14:47:22 +0200
branchZTK-1.1
changeset 282 a5d9d79e6382
parent 281 5f84a8151bf6
child 283 47b725e97017
Version 0.4.18
buildout.cfg
docs/HISTORY.txt
setup.py
--- 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 = [