From 837847e85dc7f6e6baa1008f75fe0dbd450f6a25 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Thu, 18 Mar 2021 17:59:10 +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 21612bfb0..235555e7c 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 c5b9b087e..3dfac08ad 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.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 0396238c9..6eb5bcdbb 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