diff --git a/debian/changelog b/debian/changelog index 21612bf..235555e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pygeoapi (0.10.1-1~focal0) focal; urgency=medium + + * New upstream release + + -- Angelos Tzotsos Thu, 18 Mar 2021 18:00:00 +0200 + pygeoapi (0.10.0-1~focal0) focal; urgency=medium * New upstream release diff --git a/docs/source/conf.py b/docs/source/conf.py index c5b9b08..3dfac08 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -107,7 +107,7 @@ today_fmt = '%Y-%m-%d' # built documents. # # The short X.Y version. -version = '0.11.dev0' +version = '0.10.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 0396238..6eb5bcd 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.11.dev0' +__version__ = '0.10.1' import click from pygeoapi.openapi import generate_openapi_document