Skip to content

Commit b48f352

Browse files
committed
update release version
1 parent f0aa94d commit b48f352

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Authors: Tom Kralidis <tomkralidis@gmail.com>
44
#
55
# Copyright (c) 2025 Tom Kralidis
6-
# Copyright (c) 2024 Angelos Tzotsos
6+
# Copyright (c) 2025 Angelos Tzotsos
77
#
88
# Permission is hereby granted, free of charge, to any person
99
# obtaining a copy of this software and associated documentation
@@ -112,7 +112,7 @@ def __getattr__(cls, name):
112112
# built documents.
113113
#
114114
# The short X.Y version.
115-
version = '0.19.dev0'
115+
version = '0.19.0'
116116
# The full version, including alpha/beta/rc tags.
117117
release = version
118118

pygeoapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Copyright (c) 2021 Tom Kralidis
77
# Copyright (c) 2023 Ricardo Garcia Silva
8-
# Copyright (c) 2024 Angelos Tzotsos
8+
# Copyright (c) 2025 Angelos Tzotsos
99
#
1010
# Permission is hereby granted, free of charge, to any person
1111
# obtaining a copy of this software and associated documentation
@@ -30,7 +30,7 @@
3030
#
3131
# =================================================================
3232

33-
__version__ = '0.19.dev0'
33+
__version__ = '0.19.0'
3434

3535
import click
3636
try:

0 commit comments

Comments
 (0)