From db9e5f58d4922f7d952bb061f1a3a41973d6821c Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 23 Aug 2018 00:26:37 +0000 Subject: [PATCH] update release version 0.2.1 --- debian/changelog | 6 ++++++ pygeoapi/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e0afa0b..8d92823 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pygeoapi (0.2.1) trusty; urgency=medium + + * fix HTTP response headers for CSV + + -- Tom Kralidis Thu, 23 Aug 2018 00:23:07 +0000 + python-pygeoapi (0.2.0) trusty; urgency=medium * add support for CSV output diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index fe0021f..8c71631 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.2.0' +__version__ = '0.2.1' import click from pygeoapi.flask_app import serve