We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa06849 commit f44ecf3Copy full SHA for f44ecf3
2 files changed
debian/changelog
@@ -1,3 +1,10 @@
1
+pygeometa (0.21.0) noble; urgency=medium
2
+
3
+ * handle multiple MCF spatial extents as GeoJSON MultiPolygon geometries
4
+ * update MCF record lifecycle dates
5
6
+ -- Tom Kralidis <tomkralidis@gmail.com> Tue, 28 Apr 2026 03:15:45 +0000
7
8
pygeometa (0.20.0) noble; urgency=medium
9
10
* use datetime.timezone.utc for Python 3.10 compat
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pygeometa"
-version = "0.21.dev0"
+version = "0.21.0"
description = "pygeometa is a Python package to manage metadata for geospatial dataset"
readme = "README.md"
requires-python = ">=3.12"
0 commit comments