Init version 0.1.10
authorThierry Florac <thierry.florac@onf.fr>
Mon, 09 Jul 2018 13:41:51 +0200
changeset 51 88d9d52dd75f
parent 50 caafc0ee1472
child 52 f259ec9770d8
Init version 0.1.10
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Jun 28 08:38:54 2018 +0200
+++ b/buildout.cfg	Mon Jul 09 13:41:51 2018 +0200
@@ -70,5 +70,5 @@
 eggs = pyams_gis [test]
 
 [versions]
-pyams_gis = 0.1.9
+pyams_gis = 0.1.10
 GDAL = 2.1.0
--- a/setup.py	Thu Jun 28 08:38:54 2018 +0200
+++ b/setup.py	Mon Jul 09 13:41:51 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.9'
+version = '0.1.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []