Init version 0.1.8
authorThierry Florac <thierry.florac@onf.fr>
Mon, 28 May 2018 09:52:24 +0200
changeset 40 56701baa79ee
parent 39 9b1461e2856b
child 41 5d273277716b
Init version 0.1.8
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:35:22 2018 +0200
+++ b/buildout.cfg	Mon May 28 09:52:24 2018 +0200
@@ -70,5 +70,5 @@
 eggs = pyams_gis [test]
 
 [versions]
-pyams_gis = 0.1.7
+pyams_gis = 0.1.8
 GDAL = 2.1.0
--- a/setup.py	Fri Apr 27 10:35:22 2018 +0200
+++ b/setup.py	Mon May 28 09:52:24 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []