--- a/buildout.cfg Fri Apr 27 10:24:14 2018 +0200
+++ b/buildout.cfg Wed May 09 14:04:21 2018 +0200
@@ -96,4 +96,4 @@
eggs = pyams_utils [test]
[versions]
-pyams_utils = 0.1.14
+pyams_utils = 0.1.15
--- a/setup.py Fri Apr 27 10:24:14 2018 +0200
+++ b/setup.py Wed May 09 14:04:21 2018 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.14'
+version = '0.1.15'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [