We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f40a6b commit 45f5894Copy full SHA for 45f5894
2 files changed
debian/changelog
@@ -1,3 +1,9 @@
1
+pygeometa (0.21.1) noble; urgency=medium
2
+
3
+ * fix pygeometa.schemas.helpers:generate_datetime
4
5
+ -- Tom Kralidis <tomkralidis@gmail.com> Tue, 28 Apr 2026 06:01:34 +0000
6
7
pygeometa (0.21.0) noble; urgency=medium
8
9
* handle multiple MCF spatial extents as GeoJSON MultiPolygon geometries
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pygeometa"
-version = "0.22.dev0"
+version = "0.21.1"
description = "pygeometa is a Python package to manage metadata for geospatial dataset"
readme = "README.md"
10
requires-python = ">=3.12"
0 commit comments