Skip to content

Commit

Permalink
update release version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 27, 2024
1 parent cd38e68 commit 3f77737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pygeometa (0.16.l) jammy; urgency=medium

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

-- Tom Kralidis <[email protected]> Tue, 27 Aug 2024 01:56:22 +0000

pygeometa (0.16.0) focal; urgency=medium

* MCF core: make identification topiccategory, fees, accessconstraints, maintenancefrequency optional (#242)
Expand Down
2 changes: 1 addition & 1 deletion pygeometa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from pygeometa.core import (generate, import_, info, schemas,
transform, validate)

__version__ = '0.17.dev0'
__version__ = '0.16.1'


@click.group()
Expand Down

0 comments on commit 3f77737

Please sign in to comment.