Version 0.4.3 ZTK-1.1 0.4.3
authorThierry Florac <tflorac@ulthar.net>
Wed, 15 May 2013 23:42:10 +0200
branchZTK-1.1
changeset 219 777e63427bbb
parent 218 e8bb333bf7c5
child 220 63ae61856a15
Version 0.4.3
docs/HISTORY.txt
src/ztfy.utils.egg-info/PKG-INFO
--- 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
--- 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