--- a/buildout.cfg Mon Jun 11 16:00:45 2018 +0200
+++ b/buildout.cfg Tue Jun 19 17:06:49 2018 +0200
@@ -69,4 +69,4 @@
eggs = pyams_file [test]
[versions]
-pyams_file = 0.1.15
+pyams_file = 0.1.16
--- a/setup.py Mon Jun 11 16:00:45 2018 +0200
+++ b/setup.py Tue Jun 19 17:06:49 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.15'
+version = '0.1.16'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []