Skip to content

Commit

Permalink
update release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 16, 2021
1 parent 26db4e5 commit 505dda0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
pygeometa (0.6.0) bionic; urgency=medium

* numerous new WIGOS elements and fixes
* add info subcommand
* refactor common CLI options
* refactor output schema for additional non-XML formats
* remove migration tool for old mcf format
* documentation updates
* move from Travis CI to GitHub Actions
* add support for 19115-2
* add support for dcat as json-ld

-- Tom Kralidis <tomkralidis@gmail.com> Sat, 16 Jan 2021 14:37:13 +0000

pygeometa (0.5.0) bionic; urgency=medium

* initial Debian packaging
Expand Down
2 changes: 1 addition & 1 deletion pygeometa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

from pygeometa.core import generate_metadata, info, schemas

__version__ = '0.6.dev0'
__version__ = '0.6.0'


@click.group()
Expand Down

0 comments on commit 505dda0

Please sign in to comment.