--- a/buildout.cfg Tue May 14 23:09:46 2013 +0200
+++ b/buildout.cfg Wed May 15 10:27:05 2013 +0200
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.2
+ztfy.utils = 0.4.3
--- a/setup.py Tue May 14 23:09:46 2013 +0200
+++ b/setup.py Wed May 15 10:27:05 2013 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.2'
+version = '0.4.3'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [