diff --git a/debian/changelog b/debian/changelog index 4616925b1..5d86d6f0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pygeoapi (0.13.0-1~focal0) focal; urgency=medium + + * New upstream release + + -- Angelos Tzotsos Tue, 15 Nov 2022 16:00:00 +0200 + pygeoapi (0.12.0-1~focal0) focal; urgency=medium * New upstream release diff --git a/docs/source/conf.py b/docs/source/conf.py index 5c4dc1cb4..56f0cf0fd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -107,7 +107,7 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '0.13.dev0' +version = '0.13.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 9d32872ea..9074a13ae 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.13.dev0' +__version__ = '0.13.0' import click from pygeoapi.config import config