Skip to content

Commit a6b9b43

Browse files
committed
update release version 0.23.2
1 parent b61e14a commit a6b9b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
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.23.1'
115+
version = '0.23.2'
116116
# The full version, including alpha/beta/rc tags.
117117
release = version
118118

pygeoapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
# =================================================================
3232

33-
__version__ = '0.23.1'
33+
__version__ = '0.23.2'
3434

3535
import click
3636
try:

0 commit comments

Comments
 (0)