Version 0.4.10 !!! ZTK-1.1 0.4.10
authorThierry Florac <tflorac@ulthar.net>
Sat, 10 May 2014 11:34:53 +0200
branchZTK-1.1
changeset 254 5fc2389afe2c
parent 253 a196d968a87f
child 255 da1d22528032
Version 0.4.10 !!!
buildout.cfg
setup.py
src/ztfy.utils.egg-info/PKG-INFO
--- a/buildout.cfg	Sat May 10 11:32:13 2014 +0200
+++ b/buildout.cfg	Sat May 10 11:34:53 2014 +0200
@@ -40,4 +40,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.11
+ztfy.utils = 0.4.10
--- a/setup.py	Sat May 10 11:32:13 2014 +0200
+++ b/setup.py	Sat May 10 11:34:53 2014 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.11'
+version = '0.4.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/ztfy.utils.egg-info/PKG-INFO	Sat May 10 11:32:13 2014 +0200
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Sat May 10 11:34:53 2014 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.4.11
+Version: 0.4.10
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac