From 9d922cf82e7f793377d002f3d2890c434e23b13e Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 28 Feb 2022 20:16:01 -0500 Subject: [PATCH] update release version 0.9.1 --- debian/changelog | 10 ++++++++-- pygeometa/__init__.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8f6b175..79f82c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,17 @@ +pygeometa (0.9.1) bionic; urgency=medium + + * fix OARec associations + + -- Tom Kralidis 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 Sun, 6 Feb 2022 21:18:53 +0000 diff --git a/pygeometa/__init__.py b/pygeometa/__init__.py index 8d2acf6..949515f 100644 --- a/pygeometa/__init__.py +++ b/pygeometa/__init__.py @@ -48,7 +48,7 @@ from pygeometa.core import generate, info, schemas, validate -__version__ = '0.10.dev0' +__version__ = '0.9.1' @click.group()