Skip to content

Commit 505dda0

Browse files
committed
update release version 0.6.0
1 parent 26db4e5 commit 505dda0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
pygeometa (0.6.0) bionic; urgency=medium
2+
3+
* numerous new WIGOS elements and fixes
4+
* add info subcommand
5+
* refactor common CLI options
6+
* refactor output schema for additional non-XML formats
7+
* remove migration tool for old mcf format
8+
* documentation updates
9+
* move from Travis CI to GitHub Actions
10+
* add support for 19115-2
11+
* add support for dcat as json-ld
12+
13+
-- Tom Kralidis <tomkralidis@gmail.com> Sat, 16 Jan 2021 14:37:13 +0000
14+
115
pygeometa (0.5.0) bionic; urgency=medium
216

317
* initial Debian packaging

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_metadata, info, schemas
5050

51-
__version__ = '0.6.dev0'
51+
__version__ = '0.6.0'
5252

5353

5454
@click.group()

0 commit comments

Comments
 (0)