Init version 0.1.4
authorThierry Florac <thierry.florac@onf.fr>
Wed, 28 Mar 2018 15:29:13 +0200
changeset 21 7cdf0849fe46
parent 20 bdd0b79668a1
child 22 87eb62630b15
Init version 0.1.4
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Mar 22 19:13:31 2018 +0100
+++ b/buildout.cfg	Wed Mar 28 15:29:13 2018 +0200
@@ -68,4 +68,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.3
+pyams_default_theme = 0.1.4
--- a/setup.py	Thu Mar 22 19:13:31 2018 +0100
+++ b/setup.py	Wed Mar 28 15:29:13 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.3'
+version = '0.1.4'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []