Init version 0.1.10
authorThierry Florac <tflorac@ulthar.net>
Fri, 28 Sep 2018 09:39:26 +0200
changeset 160 cea81029058b
parent 159 38af361bdd7c
child 161 559bb6d3d0f0
Init version 0.1.10
buildout.cfg
setup.py
--- 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 = []