Skip to content

Commit a0bde36

Browse files
committed
update release version 0.15.1
1 parent fc2f752 commit a0bde36

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.15.1) focal; urgency=medium
2+
3+
* fixes to OARec and WCMP import/export
4+
* documentation fixes
5+
6+
-- Tom Kralidis <tomkralidis@gmail.com> Fry, 15 Sep 2023 11:17:42 +0000
7+
18
pygeometa (0.15.0) focal; urgency=medium
29

310
* add support for detailed schema information

pygeometa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from pygeometa.core import (generate, import_, info, schemas,
5050
transform, validate)
5151

52-
__version__ = '0.16.dev0'
52+
__version__ = '0.15.1'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)