Version 0.4.7 ZTK-1.1 0.4.7
authorThierry Florac <thierry.florac@onf.fr>
Tue, 03 Dec 2013 11:47:04 +0100
branchZTK-1.1
changeset 240 6a5ad9cc00c5
parent 239 96765451d8d7
child 241 56f99c783782
Version 0.4.7
docs/HISTORY.txt
src/ztfy.utils.egg-info/PKG-INFO
src/ztfy.utils.egg-info/SOURCES.txt
--- a/docs/HISTORY.txt	Tue Dec 03 11:46:14 2013 +0100
+++ b/docs/HISTORY.txt	Tue Dec 03 11:47:04 2013 +0100
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.4.7
+-----
+ - added new "component" registry utility module
+ - added date and datetime display formats
+ - added "keep_chars" argument in translateString function
+
 0.4.6
 -----
  - added ISet interface with permissions on zc.set.Set class
--- a/src/ztfy.utils.egg-info/PKG-INFO	Tue Dec 03 11:46:14 2013 +0100
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Tue Dec 03 11:47:04 2013 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.4.6
+Version: 0.4.7
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -41,6 +41,12 @@
         Changelog
         =========
         
+        0.4.7
+        -----
+         - added new "component" registry utility module
+         - added date and datetime display formats
+         - added "keep_chars" argument in translateString function
+        
         0.4.6
         -----
          - added ISet interface with permissions on zc.set.Set class
--- a/src/ztfy.utils.egg-info/SOURCES.txt	Tue Dec 03 11:46:14 2013 +0100
+++ b/src/ztfy.utils.egg-info/SOURCES.txt	Tue Dec 03 11:47:04 2013 +0100
@@ -21,6 +21,7 @@
 src/ztfy.utils.egg-info/requires.txt
 src/ztfy.utils.egg-info/top_level.txt
 src/ztfy/utils/__init__.py
+src/ztfy/utils/component.py
 src/ztfy/utils/configure.zcml
 src/ztfy/utils/container.py
 src/ztfy/utils/date.py