Init version 0.1.5
authorThierry Florac <thierry.florac@onf.fr>
Fri, 18 May 2018 08:50:30 +0200
changeset 29 7f8ae123d371
parent 28 1264ca1778e4
child 30 bca2dd39ef7f
Init version 0.1.5
buildout.cfg
setup.py
--- a/buildout.cfg	Fri May 18 08:48:24 2018 +0200
+++ b/buildout.cfg	Fri May 18 08:50:30 2018 +0200
@@ -68,4 +68,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.4
+pyams_default_theme = 0.1.5
--- a/setup.py	Fri May 18 08:48:24 2018 +0200
+++ b/setup.py	Fri May 18 08:50:30 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.4'
+version = '0.1.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []