Init version 0.1.9
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:11:32 +0100
changeset 62 bee8ce78226a
parent 61 651395ef80b5
child 63 aa14e031f381
Init version 0.1.9
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Mar 07 16:15:48 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:11:32 2018 +0100
@@ -71,4 +71,4 @@
 eggs = pyams_portal [test]
 
 [versions]
-pyams_portal = 0.1.8
+pyams_portal = 0.1.9
--- a/setup.py	Wed Mar 07 16:15:48 2018 +0100
+++ b/setup.py	Thu Mar 08 09:11:32 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []