--- a/buildout.cfg Wed Mar 28 10:05:41 2018 +0200
+++ b/buildout.cfg Wed Mar 28 15:28:01 2018 +0200
@@ -92,4 +92,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.12
+pyams_content = 0.1.13
--- a/setup.py Wed Mar 28 10:05:41 2018 +0200
+++ b/setup.py Wed Mar 28 15:28:01 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.12'
+version = '0.1.13'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []