Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Fri, 27 Apr 2018 17:13:43 +0200
changeset 81 17f00e31a7b0
parent 80 ce5ba1677f3d
child 82 fb2eed8dc88e
Init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:37:32 2018 +0200
+++ b/buildout.cfg	Fri Apr 27 17:13:43 2018 +0200
@@ -72,4 +72,4 @@
 eggs = pyams_portal [test]
 
 [versions]
-pyams_portal = 0.1.10
+pyams_portal = 0.1.11
--- a/setup.py	Fri Apr 27 10:37:32 2018 +0200
+++ b/setup.py	Fri Apr 27 17:13:43 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []