update release version 0.4.1

This commit is contained in:
Tom Kralidis
2019-01-07 12:22:18 +00:00
parent 22dd328587
commit 7f89bb5aa4
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
python-pygeoapi (0.4.1) trusty; urgency=medium
* fix ES GeoJSON output
-- Tom Kralidis <tomkralidist@gmail.com> Mon, 07 Jan 2019 12:21:10 +0000
python-pygeoapi (0.4.0) trusty; urgency=medium
* add column ordering
+1 -1
View File
@@ -27,7 +27,7 @@
#
# =================================================================
__version__ = '0.4.0'
__version__ = '0.4.1'
import click
from pygeoapi.flask_app import serve