Skip to content

Commit 18d46ff

Browse files
committed
update release version 0.17.0
1 parent 93d17b9 commit 18d46ff

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
pygeometa (0.17.0) jammy; urgency=medium
2+
3+
* do not force ASCII on JSON dump, add json_dumps helper function
4+
* OARec: remove properties.identifier
5+
* OARec: add DOI support
6+
* OARec: update to latest changes in standard
7+
* fix pygeoapi plugin execute signature
8+
* handle YYYY-MM-DDTHH:MM:SS date parsing
9+
* use field uselimitation to set rights property and license in othercontstraints
10+
* STAC: fix item provider output
11+
* add support for import/transform schema autodetection
12+
13+
-- Tom Kralidis <tomkralidis@gmail.com> Thu, 31 July 2025 12:11:32 +0000
14+
115
pygeometa (0.16.1) jammy; urgency=medium
216

317
* OARec: time and created/updated date-time fixes

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.17.dev1'
52+
__version__ = '0.17.0'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)