init version 0.1.12
authorThierry Florac <thierry.florac@onf.fr>
Mon, 28 May 2018 12:38:57 +0200
changeset 70 09800bab28db
parent 69 6e36109ede7c
child 71 f782ba6a001b
init version 0.1.12
buildout.cfg
setup.py
--- a/buildout.cfg	Wed May 23 15:23:39 2018 +0200
+++ b/buildout.cfg	Mon May 28 12:38:57 2018 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_workflow [test]
 
 [versions]
-pyams_workflow = 0.1.11
+pyams_workflow = 0.1.12
--- a/setup.py	Wed May 23 15:23:39 2018 +0200
+++ b/setup.py	Mon May 28 12:38:57 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 = []