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
+
1
15
pygeometa (0.5.0) bionic; urgency=medium
2
16
3
17
* initial Debian packaging
Original file line number Diff line number Diff line change 48
48
49
49
from pygeometa .core import generate_metadata , info , schemas
50
50
51
- __version__ = '0.6.dev0 '
51
+ __version__ = '0.6.0 '
52
52
53
53
54
54
@click .group ()
You can’t perform that action at this time.
0 commit comments