# HG changeset patch # User Thierry Florac # Date 1447759005 -3600 # Node ID fea1695129bb610f24ae2dfa8aacaf9e2ebcb22a # Parent facd1203256f94f56bbac72a793e4f38a35cf3de Version 0.4.15.1 diff -r facd1203256f -r fea1695129bb buildout.cfg --- a/buildout.cfg Tue Nov 17 12:13:21 2015 +0100 +++ b/buildout.cfg Tue Nov 17 12:16:45 2015 +0100 @@ -40,4 +40,4 @@ eggs = ztfy.utils [test] [versions] -ztfy.utils = 0.4.15 +ztfy.utils = 0.4.15.1 diff -r facd1203256f -r fea1695129bb docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Nov 17 12:13:21 2015 +0100 +++ b/docs/HISTORY.txt Tue Nov 17 12:16:45 2015 +0100 @@ -1,6 +1,14 @@ Changelog ========= +0.4.15.1 +-------- + - packaging mismatch! :-/ + +0.4.15 +------ + - modified request property decorator + 0.4.14 ------ - modified cookies management in XML-RPC cookie authenticated transport diff -r facd1203256f -r fea1695129bb setup.py --- a/setup.py Tue Nov 17 12:13:21 2015 +0100 +++ b/setup.py Tue Nov 17 12:16:45 2015 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.15' +version = '0.4.15.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r facd1203256f -r fea1695129bb src/ztfy.utils.egg-info/PKG-INFO --- a/src/ztfy.utils.egg-info/PKG-INFO Tue Nov 17 12:13:21 2015 +0100 +++ b/src/ztfy.utils.egg-info/PKG-INFO Tue Nov 17 12:16:45 2015 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.utils -Version: 0.4.15 +Version: 0.4.15.1 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,14 @@ Changelog ========= + 0.4.15.1 + -------- + - packaging mismatch! :-/ + + 0.4.15 + ------ + - modified request property decorator + 0.4.14 ------ - modified cookies management in XML-RPC cookie authenticated transport