update release version

This commit is contained in:
Angelos Tzotsos
2023-02-03 14:36:50 +02:00
parent 96c23c7fbe
commit 7b925f1bbb
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
pygeoapi (0.14.0-1~focal0) focal; urgency=medium
* New upstream release
-- Angelos Tzotsos <gcpp.kalxas@gmail.com> Fri, 03 Feb 2023 14:00:00 +0200
pygeoapi (0.13.0-1~focal1) focal; urgency=medium
* Add pygeofilter in debian dependencies
+1 -1
View File
@@ -107,7 +107,7 @@ today_fmt = '%Y-%m-%d'
# built documents.
#
# The short X.Y version.
version = '0.14.dev0'
version = '0.14.0'
# The full version, including alpha/beta/rc tags.
release = version
+1 -1
View File
@@ -27,7 +27,7 @@
#
# =================================================================
__version__ = '0.14.dev0'
__version__ = '0.14.0'
import click
from pygeoapi.config import config