# HG changeset patch # User Thierry Florac # Date 1386241102 -3600 # Node ID a5e0b9dad57425a9856e9acf56faeb21c4de8188 # Parent ffa98c18e90957287dcafd4534f0b503f3880cbe Version 0.4.8 diff -r ffa98c18e909 -r a5e0b9dad574 buildout.cfg --- a/buildout.cfg Thu Dec 05 11:58:08 2013 +0100 +++ b/buildout.cfg Thu Dec 05 11:58:22 2013 +0100 @@ -38,4 +38,4 @@ eggs = ztfy.utils [test] [versions] -ztfy.utils = 0.4.7 +ztfy.utils = 0.4.8 diff -r ffa98c18e909 -r a5e0b9dad574 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Dec 05 11:58:08 2013 +0100 +++ b/docs/HISTORY.txt Thu Dec 05 11:58:22 2013 +0100 @@ -1,6 +1,10 @@ Changelog ========= +0.4.8 +----- + - remove security proxy in ITransactionManager adapter + 0.4.7 ----- - added new "component" registry utility module diff -r ffa98c18e909 -r a5e0b9dad574 setup.py --- a/setup.py Thu Dec 05 11:58:08 2013 +0100 +++ b/setup.py Thu Dec 05 11:58:22 2013 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.7' +version = '0.4.8' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r ffa98c18e909 -r a5e0b9dad574 src/ztfy.utils.egg-info/PKG-INFO --- a/src/ztfy.utils.egg-info/PKG-INFO Thu Dec 05 11:58:08 2013 +0100 +++ b/src/ztfy.utils.egg-info/PKG-INFO Thu Dec 05 11:58:22 2013 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.4.7 +Version: 0.4.8 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,10 @@ Changelog ========= + 0.4.8 + ----- + - remove security proxy in ITransactionManager adapter + 0.4.7 ----- - added new "component" registry utility module