--- a/buildout.cfg Tue Dec 04 17:36:39 2018 +0100
+++ b/buildout.cfg Thu Dec 06 11:26:42 2018 +0100
@@ -79,4 +79,4 @@
eggs = pyams_default_theme [test]
[versions]
-pyams_default_theme = 0.1.18
+pyams_default_theme = 0.1.19
--- a/setup.py Tue Dec 04 17:36:39 2018 +0100
+++ b/setup.py Thu Dec 06 11:26:42 2018 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.18'
+version = '0.1.19'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []