--- a/buildout.cfg Wed Oct 16 14:34:14 2013 +0200
+++ b/buildout.cfg Wed Nov 20 08:46:18 2013 +0100
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.6
+ztfy.utils = 0.4.7
--- a/setup.py Wed Oct 16 14:34:14 2013 +0200
+++ b/setup.py Wed Nov 20 08:46:18 2013 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.6'
+version = '0.4.7'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [