Init version 0.4.4 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Fri, 24 May 2013 11:40:47 +0200
branchZTK-1.1
changeset 221 4c954a53ac9c
parent 220 63ae61856a15
child 222 ac6fb60952c9
Init version 0.4.4
buildout.cfg
setup.py
--- a/buildout.cfg	Wed May 15 23:42:24 2013 +0200
+++ b/buildout.cfg	Fri May 24 11:40:47 2013 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.3
+ztfy.utils = 0.4.4
--- a/setup.py	Wed May 15 23:42:24 2013 +0200
+++ b/setup.py	Fri May 24 11:40:47 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.3'
+version = '0.4.4'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [