Skip to content

Commit 77bbc89

Browse files
committed
update release version 0.10.0
1 parent 129c533 commit 77bbc89

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
pygeometa (0.10.0) bionic; urgency=medium
2+
3+
* add ISO importer
4+
* add support for MCF attributes
5+
* dump import as YAML to CLI
6+
* add identification.edition to MCF model
7+
8+
-- Tom Kralidis <tomkralidis@gmail.com> Sat, 28 May 2022 10:15:25 +0000
9+
110
pygeometa (0.9.1) bionic; urgency=medium
211

312
* fix OARec associations

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, import_, info, schemas, validate
5050

51-
__version__ = '0.10.dev0'
51+
__version__ = '0.10.0'
5252

5353

5454
@click.group()

0 commit comments

Comments
 (0)