Skip to content

Commit 6cf9078

Browse files
committed
update release version 0.19.0
1 parent a9e155f commit 6cf9078

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
pygeometa (0.19.0) noble; urgency=medium
2+
3+
* add support for schema.org
4+
* safeguard ISO element parsing
5+
* remove duplicate definition of dataset attributes
6+
* add metadata.related_identifiers to MCF
7+
* add metadata.relations to MCF
8+
* replace identification.doi with metadata.additional_identifiers in MCF
9+
* update to Python 3.12
10+
* update testing toolchain
11+
12+
-- Tom Kralidis <[email protected]> Tue, 04 Nov 2025 03:31:42 +0000
13+
114
pygeometa (0.18.0) jammy; urgency=medium
215

316
* add support for CWL parsing

pygeometa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from pygeometa.core import (generate, import_, info, schemas,
5050
transform, validate)
5151

52-
__version__ = '0.19.dev0'
52+
__version__ = '0.19.0'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)