Skip to content

Commit

Permalink
update release version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 1, 2022
1 parent 4ba8b41 commit 9d922cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
pygeometa (0.9.1) bionic; urgency=medium

* fix OARec associations

-- Tom Kralidis <tomkralidis@gmail.com> Tue, 1 Mar 2022 1:14:35 +0000

pygeometa (0.9.0) bionic; urgency=medium

* OARec model updates
* fix schema write stringify support
* 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
* align contact keys to ISO/STAC roles

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

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.10.dev0'
__version__ = '0.9.1'


@click.group()
Expand Down

0 comments on commit 9d922cf

Please sign in to comment.