We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dc43c commit dace754Copy full SHA for dace754
debian/changelog
@@ -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
7
msc-pygeoapi (0.13.2) jammy; urgency=medium
8
9
* Fix syntax error in debian/changelog
msc_pygeoapi/__init__.py
@@ -42,7 +42,7 @@
42
from msc_pygeoapi.process import process # noqa
43
44
45
-__version__ = '0.13.2'
+__version__ = '0.13.3'
46
47
48
@click.group()
0 commit comments