# HG changeset patch # User Thierry Florac # Date 1370039797 -7200 # Node ID 672aebb49077c0ad1975fa4908369506bd5a2f99 # Parent 85a03fd95686d106c0d907bb6daea1c333dcb072 Version 0.4.4 diff -r 85a03fd95686 -r 672aebb49077 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu May 30 18:35:15 2013 +0200 +++ b/docs/HISTORY.txt Sat Jun 01 00:36:37 2013 +0200 @@ -1,6 +1,10 @@ Changelog ========= +0.4.4 +----- + - added "allow_none" and "headers" arguments in XML-RPC "getClient()" methods + 0.4.3 ----- - change test for date types in tztime/gmtime functions (because datetime diff -r 85a03fd95686 -r 672aebb49077 src/ztfy.utils.egg-info/PKG-INFO --- a/src/ztfy.utils.egg-info/PKG-INFO Thu May 30 18:35:15 2013 +0200 +++ b/src/ztfy.utils.egg-info/PKG-INFO Sat Jun 01 00:36:37 2013 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.4.3 +Version: 0.4.4 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,10 @@ Changelog ========= + 0.4.4 + ----- + - added "allow_none" and "headers" arguments in XML-RPC "getClient()" methods + 0.4.3 ----- - change test for date types in tztime/gmtime functions (because datetime