--- a/buildout.cfg Mon Oct 07 13:56:35 2013 +0200
+++ b/buildout.cfg Wed Oct 16 14:31:37 2013 +0200
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.5
+ztfy.utils = 0.4.6
--- a/setup.py Mon Oct 07 13:56:35 2013 +0200
+++ b/setup.py Wed Oct 16 14:31:37 2013 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.5'
+version = '0.4.6'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [