From 04250002d3eef3d30b7a82d78c7e7b5dc3b42cd3 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Sun, 24 Oct 2021 18:13:27 +0300 Subject: [PATCH] back to dev --- 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 2e5c1e8..cb62fd1 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.11.0' +version = '0.12.dev0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 81abf48..de44458 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.11.0' +__version__ = '0.12.dev0' import click from pygeoapi.config import config