update release version

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