update release version
This commit is contained in:
Vendored
+13
@@ -1,3 +1,16 @@
|
||||
python-pygeoapi (0.1.2) trusty; urgency=medium
|
||||
|
||||
* remove shapely support
|
||||
|
||||
-- Tom Kralidis <tomkralidis@gmail.com> Fri, 04 May 2018 12:17:32 +0000
|
||||
|
||||
python-pygeoapi (0.1.1) trusty; urgency=medium
|
||||
|
||||
* add link hreflang support
|
||||
* refactor CORS support
|
||||
|
||||
-- Tom Kralidis <tomkralidis@gmail.com> Thu, 03 May 2018 20:48:08 +0000
|
||||
|
||||
python-pygeoapi (0.1.0) trusty; urgency=medium
|
||||
|
||||
* initial Debian packaging
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#
|
||||
# =================================================================
|
||||
|
||||
__version__ = '0.2.dev0'
|
||||
__version__ = '0.1.2'
|
||||
|
||||
import click
|
||||
from pygeoapi.flask_app import serve
|
||||
|
||||
Reference in New Issue
Block a user