Init version 0.1.24
authorThierry Florac <thierry.florac@onf.fr>
Mon, 26 Nov 2018 17:24:50 +0100
changeset 158 648e333fe3a5
parent 157 d78a7621bed3
child 159 8a946272a253
Init version 0.1.24
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Nov 20 09:08:25 2018 +0100
+++ b/buildout.cfg	Mon Nov 26 17:24:50 2018 +0100
@@ -69,4 +69,4 @@
 eggs = pyams_file [test]
 
 [versions]
-pyams_file = 0.1.23
+pyams_file = 0.1.24
--- a/setup.py	Tue Nov 20 09:08:25 2018 +0100
+++ b/setup.py	Mon Nov 26 17:24:50 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.23'
+version = '0.1.24'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []