--- a/buildout.cfg Fri Apr 27 11:18:50 2018 +0200
+++ b/buildout.cfg Thu May 03 12:37:46 2018 +0200
@@ -80,4 +80,4 @@
eggs = pyams_skin [test]
[versions]
-pyams_skin = 0.1.15
+pyams_skin = 0.1.16
--- a/setup.py Fri Apr 27 11:18:50 2018 +0200
+++ b/setup.py Thu May 03 12:37:46 2018 +0200
@@ -25,7 +25,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 = []