From 0ce2219fec32b61bb67a6328ad97de98ec2bada1 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Wed, 13 Mar 2024 11:01:14 +0200 Subject: [PATCH] update release version --- docs/source/conf.py | 2 +- pygeoapi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b16e75efa..2be4d6bee 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -112,7 +112,7 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '0.17.dev0' +version = '0.16.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 96a91ce09..701b00031 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -30,7 +30,7 @@ # # ================================================================= -__version__ = '0.17.dev0' +__version__ = '0.16.1' import click try: