Skip to content

Commit 3f77737

Browse files
committed
update release version 0.16.1
1 parent cd38e68 commit 3f77737

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pygeometa (0.16.l) jammy; urgency=medium
2+
3+
* OARec: time and created/updated date-time fixes
4+
5+
-- Tom Kralidis <tomkralidis@gmail.com> Tue, 27 Aug 2024 01:56:22 +0000
6+
17
pygeometa (0.16.0) focal; urgency=medium
28

39
* MCF core: make identification topiccategory, fees, accessconstraints, maintenancefrequency optional (#242)

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.dev0'
52+
__version__ = '0.16.1'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)