--- 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