# HG changeset patch # User Thierry Florac # Date 1386067624 -3600 # Node ID 6a5ad9cc00c5f3fd32fb21944511d3ae3e254b3a # Parent 96765451d8d7153db844f8c83684bddf217d4ca4 Version 0.4.7 diff -r 96765451d8d7 -r 6a5ad9cc00c5 docs/HISTORY.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 diff -r 96765451d8d7 -r 6a5ad9cc00c5 src/ztfy.utils.egg-info/PKG-INFO --- 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 diff -r 96765451d8d7 -r 6a5ad9cc00c5 src/ztfy.utils.egg-info/SOURCES.txt --- 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