Skip to content

Commit dace754

Browse files
committed
update release version 0.13.3
1 parent e1dc43c commit dace754

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
msc-pygeoapi (0.13.3) jammy; urgency=medium
2+
3+
* implement sr3 discard workaround
4+
5+
-- Tom Kralidis <[email protected]> Thu, 06 Mar 2025 20:52:33 +0000
6+
17
msc-pygeoapi (0.13.2) jammy; urgency=medium
28

39
* Fix syntax error in debian/changelog

msc_pygeoapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from msc_pygeoapi.process import process # noqa
4343

4444

45-
__version__ = '0.13.2'
45+
__version__ = '0.13.3'
4646

4747

4848
@click.group()

0 commit comments

Comments
 (0)