Skip to content

Commit af6f0cb

Browse files
committed
update release 0.16.0
1 parent 1cf528b commit af6f0cb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
pygeometa (0.16.0) focal; urgency=medium
2+
3+
* MCF core: make identification topiccategory, fees, accessconstraints, maintenancefrequency optional (#242)
4+
* OARec: write keywords as theme/concepts if vocabulary exists (#233)
5+
* OARec: safeguard properties.rights
6+
* WMO WCMP2: various fixes based on specification updates
7+
* CLI: add -o as short option for --output
8+
* ISO: distribution: ensure format_version exists or emit gco:nilReason=missing (#240)
9+
10+
-- Tom Kralidis <tomkralidis@gmail.com> Sun, 10 Mar 2024 23:07:13 +0000
11+
112
pygeometa (0.15.3) focal; urgency=medium
213

314
* OARec bugfixes

pygeometa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# referenced with those assets.
2020
#
2121
# Copyright (c) 2016 Government of Canada
22-
# Copyright (c) 2023 Tom Kralidis
22+
# Copyright (c) 2024 Tom Kralidis
2323
#
2424
# Permission is hereby granted, free of charge, to any person
2525
# obtaining a copy of this software and associated documentation
@@ -49,7 +49,7 @@
4949
from pygeometa.core import (generate, import_, info, schemas,
5050
transform, validate)
5151

52-
__version__ = '0.16.dev0'
52+
__version__ = '0.16.0'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)