Init version 0.1.15
authorThierry Florac <thierry.florac@onf.fr>
Fri, 09 Nov 2018 10:40:43 +0100
changeset 207 15075480b77f
parent 206 b3ba586c9e21
child 208 c46b86b87cfd
Init version 0.1.15
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Nov 08 09:38:52 2018 +0100
+++ b/buildout.cfg	Fri Nov 09 10:40:43 2018 +0100
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.14
+pyams_default_theme = 0.1.15
--- a/setup.py	Thu Nov 08 09:38:52 2018 +0100
+++ b/setup.py	Fri Nov 09 10:40:43 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14'
+version = '0.1.15'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []