diff --git a/debian/changelog b/debian/changelog index 235555e..af6c1be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pygeoapi (0.11.0-1~focal0) focal; urgency=medium + + * New upstream release + + -- Angelos Tzotsos Sun, 24 Oct 2021 18:00:00 +0300 + pygeoapi (0.10.1-1~focal0) focal; urgency=medium * New upstream release diff --git a/docs/source/conf.py b/docs/source/conf.py index c5b9b08..2e5c1e8 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.11.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index f4ddc6f..81abf48 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.11.dev0' +__version__ = '0.11.0' import click from pygeoapi.config import config