--- a/buildout.cfg Wed May 07 19:03:31 2014 +0200
+++ b/buildout.cfg Wed May 07 19:04:14 2014 +0200
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.9
+ztfy.utils = 0.4.10
--- a/setup.py Wed May 07 19:03:31 2014 +0200
+++ b/setup.py Wed May 07 19:04:14 2014 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.9'
+version = '0.4.10'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [