# HG changeset patch # User Thierry Florac # Date 1368654130 -7200 # Node ID 777e63427bbb5d020d542102afcaa243b039ffad # Parent e8bb333bf7c5dc13991e3ebaba1b672e9dd368e4 Version 0.4.3 diff -r e8bb333bf7c5 -r 777e63427bbb docs/HISTORY.txt --- a/docs/HISTORY.txt Wed May 15 10:28:22 2013 +0200 +++ b/docs/HISTORY.txt Wed May 15 23:42:10 2013 +0200 @@ -1,6 +1,11 @@ Changelog ========= +0.4.3 +----- + - change test for date types in tztime/gmtime functions (because datetime + inherits from date!) + 0.4.2 ----- - small correction in getHumanSize() function diff -r e8bb333bf7c5 -r 777e63427bbb src/ztfy.utils.egg-info/PKG-INFO --- a/src/ztfy.utils.egg-info/PKG-INFO Wed May 15 10:28:22 2013 +0200 +++ b/src/ztfy.utils.egg-info/PKG-INFO Wed May 15 23:42:10 2013 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.4.2 +Version: 0.4.3 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,11 @@ Changelog ========= + 0.4.3 + ----- + - change test for date types in tztime/gmtime functions (because datetime + inherits from date!) + 0.4.2 ----- - small correction in getHumanSize() function