Skip to content

Commit ab4fe09

Browse files
committed
update release version
1 parent 962eb6e commit ab4fe09

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Authors: Tom Kralidis <[email protected]>
44
#
55
# Copyright (c) 2024 Tom Kralidis
6+
# Copyright (c) 2024 Angelos Tzotsos
67
#
78
# Permission is hereby granted, free of charge, to any person
89
# obtaining a copy of this software and associated documentation
@@ -111,7 +112,7 @@ def __getattr__(cls, name):
111112
# built documents.
112113
#
113114
# The short X.Y version.
114-
version = '0.16.dev0'
115+
version = '0.16.0'
115116
# The full version, including alpha/beta/rc tags.
116117
release = version
117118

pygeoapi/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Copyright (c) 2021 Tom Kralidis
77
# Copyright (c) 2023 Ricardo Garcia Silva
8+
# Copyright (c) 2024 Angelos Tzotsos
89
#
910
# Permission is hereby granted, free of charge, to any person
1011
# obtaining a copy of this software and associated documentation
@@ -29,7 +30,7 @@
2930
#
3031
# =================================================================
3132

32-
__version__ = '0.16.dev0'
33+
__version__ = '0.16.0'
3334

3435
import click
3536
try:

0 commit comments

Comments
 (0)