Init version 0.4.1 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Wed, 10 Apr 2013 16:39:03 +0200
branchZTK-1.1
changeset 206 01b492f1f87e
parent 205 173c22d19081
child 207 7630f79b1506
Init version 0.4.1
buildout.cfg
setup.py
--- a/buildout.cfg	Sun Mar 03 23:20:19 2013 +0100
+++ b/buildout.cfg	Wed Apr 10 16:39:03 2013 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.0
+ztfy.utils = 0.4.1
--- a/setup.py	Sun Mar 03 23:20:19 2013 +0100
+++ b/setup.py	Wed Apr 10 16:39:03 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.0'
+version = '0.4.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [