--- a/buildout.cfg Thu Apr 11 07:46:47 2013 +0200
+++ b/buildout.cfg Sun Apr 21 11:22:41 2013 +0200
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.1
+ztfy.utils = 0.4.2
--- a/setup.py Thu Apr 11 07:46:47 2013 +0200
+++ b/setup.py Sun Apr 21 11:22:41 2013 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.1'
+version = '0.4.2'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [