# HG changeset patch # User Thierry Florac # Date 1360418963 -3600 # Node ID 73e1bf938381d32b04fe47f91f80a23b29379fb7 # Parent 2d176ffc0c6cf94f8b43a0004410dcdf06010254 Init version 0.3.14 diff -r 2d176ffc0c6c -r 73e1bf938381 buildout.cfg --- a/buildout.cfg Wed Dec 19 08:01:46 2012 +0100 +++ b/buildout.cfg Sat Feb 09 15:09:23 2013 +0100 @@ -38,4 +38,4 @@ eggs = ztfy.utils [test] [versions] -ztfy.utils = 0.3.13 +ztfy.utils = 0.3.14 diff -r 2d176ffc0c6c -r 73e1bf938381 setup.py --- a/setup.py Wed Dec 19 08:01:46 2012 +0100 +++ b/setup.py Sat Feb 09 15:09:23 2013 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.3.13' +version = '0.3.14' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [