Init version 0.4.2 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Sun, 21 Apr 2013 11:22:41 +0200
branchZTK-1.1
changeset 211 15d4527f4fbe
parent 210 2aaa9d3ac3b1
child 212 0c2257bf3762
Init version 0.4.2
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Apr 11 07:46:47 2013 +0200
+++ b/buildout.cfg	Sun Apr 21 11:22:41 2013 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.1
+ztfy.utils = 0.4.2
--- a/setup.py	Thu Apr 11 07:46:47 2013 +0200
+++ b/setup.py	Sun Apr 21 11:22:41 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.1'
+version = '0.4.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [