From 5e7015c2c767046af03d003a45bf4baff2518fd9 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Tue, 15 Nov 2022 15:38:29 +0200 Subject: [PATCH] update release version --- debian/changelog | 6 ++++++ docs/source/conf.py | 2 +- pygeoapi/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4616925..5d86d6f 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 5c4dc1c..56f0cf0 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.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 9d32872..9074a13 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