init version 0.1.16
authorThierry Florac <thierry.florac@onf.fr>
Tue, 19 Jun 2018 17:06:49 +0200
changeset 103 ee6515f0d9ae
parent 102 e5362fa4f57a
child 104 49e132e15bbc
init version 0.1.16
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Jun 11 16:00:45 2018 +0200
+++ b/buildout.cfg	Tue Jun 19 17:06:49 2018 +0200
@@ -69,4 +69,4 @@
 eggs = pyams_file [test]
 
 [versions]
-pyams_file = 0.1.15
+pyams_file = 0.1.16
--- a/setup.py	Mon Jun 11 16:00:45 2018 +0200
+++ b/setup.py	Tue Jun 19 17:06:49 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.16'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []