# HG changeset patch # User Thierry Florac # Date 1369388447 -7200 # Node ID 4c954a53ac9c86b90b047ca4eb931cc8e507b586 # Parent 63ae61856a15805117951e8929e83bc8805c0638 Init version 0.4.4 diff -r 63ae61856a15 -r 4c954a53ac9c buildout.cfg --- a/buildout.cfg Wed May 15 23:42:24 2013 +0200 +++ b/buildout.cfg Fri May 24 11:40:47 2013 +0200 @@ -38,4 +38,4 @@ eggs = ztfy.utils [test] [versions] -ztfy.utils = 0.4.3 +ztfy.utils = 0.4.4 diff -r 63ae61856a15 -r 4c954a53ac9c setup.py --- a/setup.py Wed May 15 23:42:24 2013 +0200 +++ b/setup.py Fri May 24 11:40:47 2013 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.3' +version = '0.4.4' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [