Init version 0.1.16
authorThierry Florac <thierry.florac@onf.fr>
Wed, 13 Jun 2018 11:24:18 +0200
changeset 192 011fc253137d
parent 191 81c21f719cc6
child 193 59bd282a06f8
Init version 0.1.16
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Jun 11 15:58:59 2018 +0200
+++ b/buildout.cfg	Wed Jun 13 11:24:18 2018 +0200
@@ -96,4 +96,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.15
+pyams_utils = 0.1.16
--- a/setup.py	Mon Jun 11 15:58:59 2018 +0200
+++ b/setup.py	Wed Jun 13 11:24:18 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.16'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [