Init version 0.1.3
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Mar 2018 16:53:39 +0100
changeset 10 04df9069f10c
parent 9 e81e39878694
child 11 131b43eaf5e7
Init version 0.1.3
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Mar 07 16:32:24 2018 +0100
+++ b/buildout.cfg	Wed Mar 07 16:53:39 2018 +0100
@@ -68,4 +68,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.2
+pyams_default_theme = 0.1.3
--- a/setup.py	Wed Mar 07 16:32:24 2018 +0100
+++ b/setup.py	Wed Mar 07 16:53:39 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.2'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []