--- a/buildout.cfg Fri Mar 01 19:13:31 2013 +0100
+++ b/buildout.cfg Sat Mar 02 11:48:52 2013 +0100
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.3.15
+ztfy.utils = 0.4.0
--- a/setup.py Fri Mar 01 19:13:31 2013 +0100
+++ b/setup.py Sat Mar 02 11:48:52 2013 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.3.15'
+version = '0.4.0'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [