Init version 0.4.7 ZTK-1.1
authorThierry Florac <thierry.florac@onf.fr>
Wed, 20 Nov 2013 08:46:18 +0100
branchZTK-1.1
changeset 236 3c96476b16f9
parent 235 a7874f220bb9
child 237 fca4a296d89e
Init version 0.4.7
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Oct 16 14:34:14 2013 +0200
+++ b/buildout.cfg	Wed Nov 20 08:46:18 2013 +0100
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.6
+ztfy.utils = 0.4.7
--- a/setup.py	Wed Oct 16 14:34:14 2013 +0200
+++ b/setup.py	Wed Nov 20 08:46:18 2013 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.6'
+version = '0.4.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [