Init version 0.3.13 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Mon, 02 Jul 2012 18:19:46 +0200
branchZTK-1.1
changeset 156 576f6b3c913a
parent 155 d61f5a1098fa
child 157 3d92cfb6801b
Init version 0.3.13
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Jun 21 16:07:15 2012 +0200
+++ b/buildout.cfg	Mon Jul 02 18:19:46 2012 +0200
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.3.12
+ztfy.utils = 0.3.13
--- a/setup.py	Thu Jun 21 16:07:15 2012 +0200
+++ b/setup.py	Mon Jul 02 18:19:46 2012 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.3.12'
+version = '0.3.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [