Init version 0.4.0 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Sat, 02 Mar 2013 11:48:52 +0100
branchZTK-1.1
changeset 203 7cb9e4f51936
parent 202 00845ce1f3b4
child 204 7eca33dd6233
Init version 0.4.0
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Mar 01 19:13:31 2013 +0100
+++ b/buildout.cfg	Sat Mar 02 11:48:52 2013 +0100
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.3.15
+ztfy.utils = 0.4.0
--- a/setup.py	Fri Mar 01 19:13:31 2013 +0100
+++ b/setup.py	Sat Mar 02 11:48:52 2013 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.3.15'
+version = '0.4.0'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [