# HG changeset patch # User Thierry Florac # Date 1531136511 -7200 # Node ID 88d9d52dd75f62a6277a902554c76526a7f7fcd6 # Parent caafc0ee14727ad962e38647f28468b34e2a8a90 Init version 0.1.10 diff -r caafc0ee1472 -r 88d9d52dd75f buildout.cfg --- 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 diff -r caafc0ee1472 -r 88d9d52dd75f setup.py --- 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 = []