init version 0.1.15
authorThierry Florac <thierry.florac@onf.fr>
Mon, 28 May 2018 09:56:31 +0200
changeset 97 13cd689be9a3
parent 96 82d94700105f
child 98 7244519886cc
init version 0.1.15
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:30:25 2018 +0200
+++ b/buildout.cfg	Mon May 28 09:56:31 2018 +0200
@@ -69,4 +69,4 @@
 eggs = pyams_file [test]
 
 [versions]
-pyams_file = 0.1.14
+pyams_file = 0.1.15
--- a/setup.py	Fri Apr 27 10:30:25 2018 +0200
+++ b/setup.py	Mon May 28 09:56:31 2018 +0200
@@ -22,7 +22,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 = []