Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Mar 2018 14:41:44 +0100
changeset 86 efe571a7718c
parent 85 8f3884da3f14
child 87 cfd3fe45ed6b
Init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Mar 07 09:47:21 2018 +0100
+++ b/buildout.cfg	Wed Mar 07 14:41:44 2018 +0100
@@ -69,4 +69,4 @@
 eggs = pyams_form [test]
 
 [versions]
-pyams_form = 0.1.10
+pyams_form = 0.1.11
--- a/setup.py	Wed Mar 07 09:47:21 2018 +0100
+++ b/setup.py	Wed Mar 07 14:41:44 2018 +0100
@@ -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 = []