--- a/buildout.cfg Thu Sep 27 16:59:23 2018 +0200
+++ b/buildout.cfg Fri Sep 28 09:39:26 2018 +0200
@@ -79,4 +79,4 @@
eggs = pyams_default_theme [test]
[versions]
-pyams_default_theme = 0.1.9
+pyams_default_theme = 0.1.10
--- a/setup.py Thu Sep 27 16:59:23 2018 +0200
+++ b/setup.py Fri Sep 28 09:39:26 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.9'
+version = '0.1.10'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []