Init version 0.1.13
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Mar 2018 14:42:31 +0100
changeset 85 1180c43bf40a
parent 84 de9acbfb3a65
child 86 66f5636ccc54
Init version 0.1.13
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Feb 09 15:38:35 2018 +0100
+++ b/buildout.cfg	Wed Mar 07 14:42:31 2018 +0100
@@ -69,4 +69,4 @@
 eggs = pyams_file [test]
 
 [versions]
-pyams_file = 0.1.12
+pyams_file = 0.1.13
--- a/setup.py	Fri Feb 09 15:38:35 2018 +0100
+++ b/setup.py	Wed Mar 07 14:42:31 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []