Init version 0.1.15
authorThierry Florac <thierry.florac@onf.fr>
Wed, 09 May 2018 14:04:21 +0200
changeset 175 db6128915fc1
parent 174 2db6735d5416
child 176 f2acf176be2c
Init version 0.1.15
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:24:14 2018 +0200
+++ b/buildout.cfg	Wed May 09 14:04:21 2018 +0200
@@ -96,4 +96,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.14
+pyams_utils = 0.1.15
--- a/setup.py	Fri Apr 27 10:24:14 2018 +0200
+++ b/setup.py	Wed May 09 14:04:21 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14'
+version = '0.1.15'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [