update release version

This commit is contained in:
Angelos Tzotsos
2021-03-18 17:59:10 +02:00
parent b40297a864
commit 837847e85d
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
pygeoapi (0.10.1-1~focal0) focal; urgency=medium
* New upstream release
-- Angelos Tzotsos <gcpp.kalxas@gmail.com> Thu, 18 Mar 2021 18:00:00 +0200
pygeoapi (0.10.0-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.10.1'
# The full version, including alpha/beta/rc tags.
release = version
+1 -1
View File
@@ -27,7 +27,7 @@
#
# =================================================================
__version__ = '0.11.dev0'
__version__ = '0.10.1'
import click
from pygeoapi.openapi import generate_openapi_document