We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2575c03 commit 11b9480Copy full SHA for 11b9480
docs/source/conf.py
@@ -112,7 +112,7 @@ def __getattr__(cls, name):
112
# built documents.
113
#
114
# The short X.Y version.
115
-version = '0.17.0'
+version = '0.18.dev0'
116
# The full version, including alpha/beta/rc tags.
117
release = version
118
pygeoapi/__init__.py
@@ -30,7 +30,7 @@
30
31
# =================================================================
32
33
-__version__ = '0.17.0'
+__version__ = '0.18.dev0'
34
35
import click
36
try:
0 commit comments