Init version 0.4.3 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Wed, 15 May 2013 10:27:05 +0200
branchZTK-1.1
changeset 217 635b1a1edf16
parent 216 e776ded97d52
child 218 e8bb333bf7c5
Init version 0.4.3
buildout.cfg
setup.py
--- a/buildout.cfg	Tue May 14 23:09:46 2013 +0200
+++ b/buildout.cfg	Wed May 15 10:27:05 2013 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.2
+ztfy.utils = 0.4.3
--- a/setup.py	Tue May 14 23:09:46 2013 +0200
+++ b/setup.py	Wed May 15 10:27:05 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.2'
+version = '0.4.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [