Init version 0.3.15 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Fri, 01 Mar 2013 17:53:43 +0100
branchZTK-1.1
changeset 200 a8bd865a3f1a
parent 199 34fe5d881dd2
child 201 783dcf82b3dc
Init version 0.3.15
buildout.cfg
setup.py
--- a/buildout.cfg	Sun Feb 10 22:31:41 2013 +0100
+++ b/buildout.cfg	Fri Mar 01 17:53:43 2013 +0100
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.3.14
+ztfy.utils = 0.3.15
--- a/setup.py	Sun Feb 10 22:31:41 2013 +0100
+++ b/setup.py	Fri Mar 01 17:53:43 2013 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.3.14'
+version = '0.3.15'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [