--- a/buildout.cfg Thu Jun 28 10:39:55 2018 +0200
+++ b/buildout.cfg Thu Jun 28 12:11:00 2018 +0200
@@ -86,4 +86,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.15.1
+pyams_content = 0.1.16
--- a/setup.py Thu Jun 28 10:39:55 2018 +0200
+++ b/setup.py Thu Jun 28 12:11:00 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.15.1'
+version = '0.1.16'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []