Init version 0.1.9
authorThierry Florac <thierry.florac@onf.fr>
Thu, 21 Jun 2018 09:53:44 +0200
changeset 45 ec43d339d3e3
parent 44 ac7ab355b5a6
child 46 662b63ea1eff
Init version 0.1.9
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Jun 11 16:05:51 2018 +0200
+++ b/buildout.cfg	Thu Jun 21 09:53:44 2018 +0200
@@ -70,5 +70,5 @@
 eggs = pyams_gis [test]
 
 [versions]
-pyams_gis = 0.1.8
+pyams_gis = 0.1.9
 GDAL = 2.1.0
--- a/setup.py	Mon Jun 11 16:05:51 2018 +0200
+++ b/setup.py	Thu Jun 21 09:53:44 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []