Skip to content

Commit 20efa8c

Browse files
committed
update release version 0.9.0
1 parent 0e57c17 commit 20efa8c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
pygeometa (0.9.0) bionic; urgency=medium
2+
3+
* OARec model updates
4+
* fix schema write stringify support
5+
* fix keyword vocabulary ref
6+
* fix validation of nested MCFs
7+
* add WMO thesaurus to ISO-based keywords
8+
* align contact keys to ISO/STAC roles
9+
10+
-- Tom Kralidis <tomkralidis@gmail.com> Sun, 6 Feb 2022 21:18:53 +0000
11+
112
pygeometa (0.8.0) bionic; urgency=medium
13+
214
* update multilingual support
315
* add MCF schema support
416

pygeometa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

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

51-
__version__ = '0.9.dev0'
51+
__version__ = '0.9.0'
5252

5353

5454
@click.group()

0 commit comments

Comments
 (0)