diff --git a/debian/changelog b/debian/changelog index 8d92823..d6fea03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pygeoapi (0.2.2) trusty; urgency=medium + + * fix ES issues for large returns + + -- Tom Kralidis Fri, 24 Aug 2018 14:33:03 +0000 + python-pygeoapi (0.2.1) trusty; urgency=medium * fix HTTP response headers for CSV diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 8c71631..4768af4 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.2.1' +__version__ = '0.2.2' import click from pygeoapi.flask_app import serve