--- a/buildout.cfg Fri Oct 04 12:28:22 2013 +0200
+++ b/buildout.cfg Mon Oct 07 11:02:07 2013 +0200
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.4
+ztfy.utils = 0.4.5
--- a/setup.py Fri Oct 04 12:28:22 2013 +0200
+++ b/setup.py Mon Oct 07 11:02:07 2013 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.4'
+version = '0.4.5'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [