update release version

This commit is contained in:
Angelos Tzotsos
2021-10-24 17:33:20 +03:00
parent e3120795e6
commit 23991a97fc
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
pygeoapi (0.11.0-1~focal0) focal; urgency=medium
* New upstream release
-- Angelos Tzotsos <gcpp.kalxas@gmail.com> Sun, 24 Oct 2021 18:00:00 +0300
pygeoapi (0.10.1-1~focal0) focal; urgency=medium
* New upstream release
+1 -1
View File
@@ -107,7 +107,7 @@ today_fmt = '%Y-%m-%d'
# built documents.
#
# The short X.Y version.
version = '0.11.dev0'
version = '0.11.0'
# The full version, including alpha/beta/rc tags.
release = version
+1 -1
View File
@@ -27,7 +27,7 @@
#
# =================================================================
__version__ = '0.11.dev0'
__version__ = '0.11.0'
import click
from pygeoapi.config import config