Skip to content

Commit 167715b

Browse files
committed
update release version 0.11.0
1 parent 3f1825c commit 167715b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pygeometa (0.11.0) bionic; urgency=medium
2+
3+
* add link relation support to MCF model
4+
5+
-- Tom Kralidis <tomkralidis@gmail.com> Tue, 7 Jun 2022 22:44:10 +0000
6+
17
pygeometa (0.10.0) bionic; urgency=medium
28

39
* add ISO importer

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.11.dev0'
51+
__version__ = '0.11.0'
5252

5353

5454
@click.group()

0 commit comments

Comments
 (0)