Skip to content

Commit 6f1f70c

Browse files
committed
update release version 0.13.0
1 parent 5aea927 commit 6f1f70c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pygeometa (0.13.0) bionic; urgency=medium
2+
3+
* add environment variable support for MCFs
4+
* add pygeoapi plugin
5+
6+
-- Tom Kralidis <tomkralidis@gmail.com> Thu, 29 Sep 2022 14:38:35 +0000
7+
18
pygeometa (0.12.0) bionic; urgency=medium
29

310
* fix OARec temporal extent date casting

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.12.0'
51+
__version__ = '0.13.0'
5252

5353

5454
@click.group()

0 commit comments

Comments
 (0)