update release version 0.2.1

This commit is contained in:
Tom Kralidis
2018-08-23 00:26:37 +00:00
parent 9558a8f130
commit db9e5f58d4
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
python-pygeoapi (0.2.1) trusty; urgency=medium
* fix HTTP response headers for CSV
-- Tom Kralidis <tomkralidist@gmail.com> Thu, 23 Aug 2018 00:23:07 +0000
python-pygeoapi (0.2.0) trusty; urgency=medium
* add support for CSV output
+1 -1
View File
@@ -27,7 +27,7 @@
#
# =================================================================
__version__ = '0.2.0'
__version__ = '0.2.1'
import click
from pygeoapi.flask_app import serve