--- a/buildout.cfg Wed Dec 05 16:54:30 2018 +0100
+++ b/buildout.cfg Thu Dec 06 11:25:31 2018 +0100
@@ -86,4 +86,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.28
+pyams_content = 0.1.29
--- a/setup.py Wed Dec 05 16:54:30 2018 +0100
+++ b/setup.py Thu Dec 06 11:25:31 2018 +0100
@@ -24,7 +24,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.28'
+version = '0.1.29'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []