Skip to content

Commit 2a49592

Browse files
committed
update release version 0.15.0
1 parent cd3f360 commit 2a49592

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.0) focal; urgency=medium
2+
3+
* add support for detailed schema information
4+
* add thesaurus handling to ISO import
5+
6+
-- Tom Kralidis <tomkralidis@gmail.com> Sat, 20 May 2023 11:27:33 +0000
7+
18
pygeometa (0.14.0) focal; urgency=medium
29

310
* add metadata transformation workflow (#186)

pygeometa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# referenced with those assets.
2020
#
2121
# Copyright (c) 2016 Government of Canada
22-
# Copyright (c) 2022 Tom Kralidis
22+
# Copyright (c) 2023 Tom Kralidis
2323
#
2424
# Permission is hereby granted, free of charge, to any person
2525
# obtaining a copy of this software and associated documentation
@@ -49,7 +49,7 @@
4949
from pygeometa.core import (generate, import_, info, schemas,
5050
transform, validate)
5151

52-
__version__ = '0.15.dev0'
52+
__version__ = '0.15.0'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)