We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2cd41 commit 2ad0219Copy full SHA for 2ad0219
debian/changelog
@@ -1,3 +1,12 @@
1
+woudc-api (0.7.0) focal; urgency=medium
2
+
3
+ * Update WMO URLs
4
+ * Add discovery metadata to openapi
5
+ * Fix typo in woudc-api-openapi.yml
6
+ * Update woudc-api-openapi.yml
7
8
+ -- Kevin Ngai <[email protected]> Tue, 10 May 2022 15:57:00 +0000
9
10
woudc-api (0.6.2) focal; urgency=medium
11
12
* Fix peer data records in the explore process
woudc_api/__init__.py
@@ -43,7 +43,7 @@
43
#
44
# =================================================================
45
46
-__version__ = '0.6.2'
+__version__ = '0.7.0'
47
48
import click
49
0 commit comments