Skip to content

Commit

Permalink
update release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 10, 2024
1 parent 1cf528b commit af6f0cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
pygeometa (0.16.0) focal; urgency=medium

* MCF core: make identification topiccategory, fees, accessconstraints, maintenancefrequency optional (#242)
* OARec: write keywords as theme/concepts if vocabulary exists (#233)
* OARec: safeguard properties.rights
* WMO WCMP2: various fixes based on specification updates
* CLI: add -o as short option for --output
* ISO: distribution: ensure format_version exists or emit gco:nilReason=missing (#240)

-- Tom Kralidis <tomkralidis@gmail.com> Sun, 10 Mar 2024 23:07:13 +0000

pygeometa (0.15.3) focal; urgency=medium

* OARec bugfixes
Expand Down
4 changes: 2 additions & 2 deletions pygeometa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# referenced with those assets.
#
# Copyright (c) 2016 Government of Canada
# Copyright (c) 2023 Tom Kralidis
# Copyright (c) 2024 Tom Kralidis
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -49,7 +49,7 @@
from pygeometa.core import (generate, import_, info, schemas,
transform, validate)

__version__ = '0.16.dev0'
__version__ = '0.16.0'


@click.group()
Expand Down

0 comments on commit af6f0cb

Please sign in to comment.