Init version 0.4.5 ZTK-1.1
authorThierry Florac <thierry.florac@onf.fr>
Mon, 07 Oct 2013 11:02:07 +0200
branchZTK-1.1
changeset 227 ba7bf1239055
parent 226 54deba2d177e
child 228 87a929e63afe
Init version 0.4.5
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Oct 04 12:28:22 2013 +0200
+++ b/buildout.cfg	Mon Oct 07 11:02:07 2013 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.4
+ztfy.utils = 0.4.5
--- a/setup.py	Fri Oct 04 12:28:22 2013 +0200
+++ b/setup.py	Mon Oct 07 11:02:07 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.4'
+version = '0.4.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [