# HG changeset patch # User Thierry Florac # Date 1381926844 -7200 # Node ID 69503d5058a1327dac0e0a55c7e23906089781e3 # Parent 6c087119379d0003345f79b4df3d37a95f67e1b5 Version 0.4.6 diff -r 6c087119379d -r 69503d5058a1 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Oct 16 14:32:24 2013 +0200 +++ b/docs/HISTORY.txt Wed Oct 16 14:34:04 2013 +0200 @@ -1,6 +1,10 @@ Changelog ========= +0.4.6 +----- + - added ISet interface with permissions on zc.set.Set class + 0.4.5 ----- - make current participation request optional in "indexObject()" function diff -r 6c087119379d -r 69503d5058a1 src/ztfy.utils.egg-info/PKG-INFO --- a/src/ztfy.utils.egg-info/PKG-INFO Wed Oct 16 14:32:24 2013 +0200 +++ b/src/ztfy.utils.egg-info/PKG-INFO Wed Oct 16 14:34:04 2013 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.4.5 +Version: 0.4.6 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,10 @@ Changelog ========= + 0.4.6 + ----- + - added ISet interface with permissions on zc.set.Set class + 0.4.5 ----- - make current participation request optional in "indexObject()" function diff -r 6c087119379d -r 69503d5058a1 src/ztfy/utils/zodb.zcml --- a/src/ztfy/utils/zodb.zcml Wed Oct 16 14:32:24 2013 +0200 +++ b/src/ztfy/utils/zodb.zcml Wed Oct 16 14:34:04 2013 +0200 @@ -1,6 +1,5 @@ @@ -22,4 +21,4 @@ name="ZEO connections" component=".zodb.ZEOConnectionVocabulary" /> - \ No newline at end of file +