Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Mar 2018 16:09:39 +0100
changeset 57 18a4afc2ab51
parent 56 7a46f121e6e5
child 58 94b04a0c399d
Init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Feb 08 08:55:52 2018 +0100
+++ b/buildout.cfg	Wed Mar 07 16:09:39 2018 +0100
@@ -79,4 +79,4 @@
 eggs = pyams_workflow [test]
 
 [versions]
-pyams_workflow = 0.1.9
+pyams_workflow = 0.1.10
--- a/setup.py	Thu Feb 08 08:55:52 2018 +0100
+++ b/setup.py	Wed Mar 07 16:09:39 2018 +0100
@@ -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 = []