Skip to content

Commit 2a66d30

Browse files
committed
update release version 0.15.2
1 parent e72bbd5 commit 2a66d30

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
pygeometa (0.15.2) focal; urgency=medium
2+
3+
* OARec bugfix
4+
5+
-- Tom Kralidis <tomkralidis@gmail.com> Fri, 15 Sep 2023 12:17:32 +0000
6+
17
pygeometa (0.15.1) focal; urgency=medium
28

39
* fixes to OARec and WCMP import/export
410
* documentation fixes
511

6-
-- Tom Kralidis <tomkralidis@gmail.com> Fry, 15 Sep 2023 11:17:42 +0000
12+
-- Tom Kralidis <tomkralidis@gmail.com> Fri, 15 Sep 2023 11:17:42 +0000
713

814
pygeometa (0.15.0) focal; urgency=medium
915

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.2'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)