diff --git a/debian/changelog b/debian/changelog index 1c848a5..3bf24f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pygeometa (0.11.0) bionic; urgency=medium + + * add link relation support to MCF model + + -- Tom Kralidis Tue, 7 Jun 2022 22:44:10 +0000 + pygeometa (0.10.0) bionic; urgency=medium * add ISO importer diff --git a/pygeometa/__init__.py b/pygeometa/__init__.py index 03a5ff6..6b62a73 100644 --- a/pygeometa/__init__.py +++ b/pygeometa/__init__.py @@ -48,7 +48,7 @@ from pygeometa.core import generate, import_, info, schemas, validate -__version__ = '0.11.dev0' +__version__ = '0.11.0' @click.group()