--- a/buildout.cfg Sat Jan 27 00:40:59 2018 +0100
+++ b/buildout.cfg Wed May 23 15:21:24 2018 +0200
@@ -61,4 +61,4 @@
eggs = pyams_template [test]
[versions]
-pyams_template = 0.1.1
+pyams_template = 0.1.2
--- a/setup.py Sat Jan 27 00:40:59 2018 +0100
+++ b/setup.py Wed May 23 15:21:24 2018 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.1'
+version = '0.1.2'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []