Skip to content

Commit 2ad0219

Browse files
author
Kevin Ngai
committed
Update release 0.7.0
1 parent 8d2cd41 commit 2ad0219

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
woudc-api (0.6.2) focal; urgency=medium
211

312
* Fix peer data records in the explore process

woudc_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#
4444
# =================================================================
4545

46-
__version__ = '0.6.2'
46+
__version__ = '0.7.0'
4747

4848
import click
4949

0 commit comments

Comments
 (0)