Init version 0.1.12
authorThierry Florac <thierry.florac@onf.fr>
Thu, 14 Jun 2018 17:30:13 +0200
changeset 106 1aa90799dde1
parent 105 a0f93a0744b6
child 107 563e611a329f
Init version 0.1.12
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Jun 14 09:11:02 2018 +0200
+++ b/buildout.cfg	Thu Jun 14 17:30:13 2018 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_portal [test]
 
 [versions]
-pyams_portal = 0.1.11
+pyams_portal = 0.1.12
--- a/setup.py	Thu Jun 14 09:11:02 2018 +0200
+++ b/setup.py	Thu Jun 14 17:30:13 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.11'
+version = '0.1.12'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []