Skip to content

Commit 2575c03

Browse files
committed
update release version
1 parent e39e723 commit 2575c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __getattr__(cls, name):
112112
# built documents.
113113
#
114114
# The short X.Y version.
115-
version = '0.17.dev0'
115+
version = '0.17.0'
116116
# The full version, including alpha/beta/rc tags.
117117
release = version
118118

pygeoapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
# =================================================================
3232

33-
__version__ = '0.17.dev0'
33+
__version__ = '0.17.0'
3434

3535
import click
3636
try:

0 commit comments

Comments
 (0)