Init version 0.1.6
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:04:31 +0100
changeset 29 f9a64d7073ed
parent 28 b9111ddc0ab7
child 30 05b4512b2821
Init version 0.1.6
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Mar 01 11:48:09 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:04:31 2018 +0100
@@ -70,4 +70,4 @@
 eggs = pyams_gis [test]
 
 [versions]
-pyams_gis = 0.1.5
+pyams_gis = 0.1.6
--- a/setup.py	Thu Mar 01 11:48:09 2018 +0100
+++ b/setup.py	Thu Mar 08 09:04:31 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.5'
+version = '0.1.6'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []