File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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+
115pygeometa (0.5.0) bionic; urgency=medium
216
317 * initial Debian packaging
Original file line number Diff line number Diff line change 4848
4949from pygeometa .core import generate_metadata , info , schemas
5050
51- __version__ = '0.6.dev0 '
51+ __version__ = '0.6.0 '
5252
5353
5454@click .group ()
You can’t perform that action at this time.
0 commit comments