Skip to content

Commit

Permalink
update release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 6, 2022
1 parent 0e57c17 commit 20efa8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
pygeometa (0.9.0) bionic; urgency=medium

* OARec model updates
* fix schema write stringify support
* fix keyword vocabulary ref
* fix validation of nested MCFs
* add WMO thesaurus to ISO-based keywords
* align contact keys to ISO/STAC roles

-- Tom Kralidis <tomkralidis@gmail.com> Sun, 6 Feb 2022 21:18:53 +0000

pygeometa (0.8.0) bionic; urgency=medium

* update multilingual support
* add MCF schema support

Expand Down
2 changes: 1 addition & 1 deletion pygeometa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

from pygeometa.core import generate, info, schemas, validate

__version__ = '0.9.dev0'
__version__ = '0.9.0'


@click.group()
Expand Down

0 comments on commit 20efa8c

Please sign in to comment.