Skip to content

Commit 55de5dd

Browse files
committed
update release version 0.18.0
1 parent b6e43fc commit 55de5dd

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.18.0) jammy; urgency=medium
2+
3+
* add support for CWL parsing
4+
* fix typo in error message
5+
6+
-- Tom Kralidis <[email protected]> Mon, 29 Sep 2025 20:54:23 +0000
7+
18
pygeometa (0.17.0) jammy; urgency=medium
29

310
* do not force ASCII on JSON dump, add json_dumps helper function

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) 2024 Tom Kralidis
22+
# Copyright (c) 2025 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.18.dev0'
52+
__version__ = '0.18.0'
5353

5454

5555
@click.group()

0 commit comments

Comments
 (0)