Back to dev

This commit is contained in:
Angelos Tzotsos
2021-03-16 18:40:48 +02:00
parent f978d0a1f6
commit 50fcfdf047
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ today_fmt = '%Y-%m-%d'
# built documents.
#
# The short X.Y version.
version = '0.10.0'
version = '0.11.dev0'
# The full version, including alpha/beta/rc tags.
release = version
+1 -1
View File
@@ -27,7 +27,7 @@
#
# =================================================================
__version__ = '0.10.0'
__version__ = '0.11.dev0'
import click
from pygeoapi.openapi import generate_openapi_document