Init version 0.4.6 ZTK-1.1
authorThierry Florac <thierry.florac@onf.fr>
Wed, 16 Oct 2013 14:31:37 +0200
branchZTK-1.1
changeset 232 dabc8ebe131d
parent 231 d08bd461f3f7
child 233 6c087119379d
Init version 0.4.6
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Oct 07 13:56:35 2013 +0200
+++ b/buildout.cfg	Wed Oct 16 14:31:37 2013 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.5
+ztfy.utils = 0.4.6
--- a/setup.py	Mon Oct 07 13:56:35 2013 +0200
+++ b/setup.py	Wed Oct 16 14:31:37 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.5'
+version = '0.4.6'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [