Init version 0.1.7
authorThierry Florac <thierry.florac@onf.fr>
Wed, 28 Mar 2018 15:31:43 +0200
changeset 34 477eb78e8ec1
parent 33 a13745b4cdad
child 35 39f7e00f9e51
Init version 0.1.7
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Mar 20 18:00:05 2018 +0100
+++ b/buildout.cfg	Wed Mar 28 15:31:43 2018 +0200
@@ -70,5 +70,5 @@
 eggs = pyams_gis [test]
 
 [versions]
-pyams_gis = 0.1.6
+pyams_gis = 0.1.7
 GDAL = 2.1.0
--- a/setup.py	Tue Mar 20 18:00:05 2018 +0100
+++ b/setup.py	Wed Mar 28 15:31:43 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []