Init version 0.4.10 ZTK-1.1
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 May 2014 19:04:14 +0200
branchZTK-1.1
changeset 249 650534afe60d
parent 248 3d4f38808370
child 250 16a535e0eb92
Init version 0.4.10
buildout.cfg
setup.py
--- a/buildout.cfg	Wed May 07 19:03:31 2014 +0200
+++ b/buildout.cfg	Wed May 07 19:04:14 2014 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.9
+ztfy.utils = 0.4.10
--- a/setup.py	Wed May 07 19:03:31 2014 +0200
+++ b/setup.py	Wed May 07 19:04:14 2014 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.9'
+version = '0.4.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [