Init version 0.1.7
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:13:31 +0100
changeset 45 3e263b419a46
parent 44 139c875eabaf
child 46 7775ad2a6a21
Init version 0.1.7
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Feb 07 14:18:57 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:13:31 2018 +0100
@@ -76,4 +76,4 @@
 eggs = pyams_zmi [test]
 
 [versions]
-pyams_zmi = 0.1.6
+pyams_zmi = 0.1.7
--- a/setup.py	Wed Feb 07 14:18:57 2018 +0100
+++ b/setup.py	Thu Mar 08 09:13:31 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []