Init version 0.1.10
authorThierry Florac <thierry.florac@onf.fr>
Wed, 28 Mar 2018 15:34:15 +0200
changeset 72 f548e85028b0
parent 71 0318cc8e844f
child 73 22f4640630ba
Init version 0.1.10
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Mar 20 17:47:22 2018 +0100
+++ b/buildout.cfg	Wed Mar 28 15:34:15 2018 +0200
@@ -72,4 +72,4 @@
 eggs = pyams_portal [test]
 
 [versions]
-pyams_portal = 0.1.9
+pyams_portal = 0.1.10
--- a/setup.py	Tue Mar 20 17:47:22 2018 +0100
+++ b/setup.py	Wed Mar 28 15:34:15 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.9'
+version = '0.1.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []