From 7b925f1bbb728bfe1b2ac19a1e6c4858152fddcc Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Fri, 3 Feb 2023 14:36:50 +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 4790b3f07..7c907c9b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pygeoapi (0.14.0-1~focal0) focal; urgency=medium + + * New upstream release + + -- Angelos Tzotsos Fri, 03 Feb 2023 14:00:00 +0200 + pygeoapi (0.13.0-1~focal1) focal; urgency=medium * Add pygeofilter in debian dependencies diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f49a7edc..57f0a9f7f 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.14.dev0' +version = '0.14.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 45efb6d66..596fe00f3 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.14.dev0' +__version__ = '0.14.0' import click from pygeoapi.config import config