update release version
This commit is contained in:
Vendored
+6
@@ -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
@@ -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
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#
|
||||
# =================================================================
|
||||
|
||||
__version__ = '0.11.dev0'
|
||||
__version__ = '0.11.0'
|
||||
|
||||
import click
|
||||
from pygeoapi.config import config
|
||||
|
||||
Reference in New Issue
Block a user