Init version 0.1.9
authorThierry Florac <thierry.florac@onf.fr>
Fri, 04 May 2018 09:39:23 +0200
changeset 65 22b5ec4dc2bf
parent 64 2a9a67ed1f6e
child 66 3e45ad0f6af2
Init version 0.1.9
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:32:38 2018 +0200
+++ b/buildout.cfg	Fri May 04 09:39:23 2018 +0200
@@ -76,4 +76,4 @@
 eggs = pyams_zmi [test]
 
 [versions]
-pyams_zmi = 0.1.8
+pyams_zmi = 0.1.9
--- a/setup.py	Fri Apr 27 10:32:38 2018 +0200
+++ b/setup.py	Fri May 04 09:39:23 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []