init version 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Thu, 29 Mar 2018 10:42:41 +0200
changeset 159 6576e28d6f5d
parent 158 a224305d0ad1
child 160 db952e3e1583
init version 0.1.14
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Mar 22 15:01:21 2018 +0100
+++ b/buildout.cfg	Thu Mar 29 10:42:41 2018 +0200
@@ -96,4 +96,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.13
+pyams_utils = 0.1.14
--- a/setup.py	Thu Mar 22 15:01:21 2018 +0100
+++ b/setup.py	Thu Mar 29 10:42:41 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [