Skip to content

Commit 8d8b171

Browse files
author
Kevin Ngai
committedJan 25, 2022
Update release version
1 parent 152cd6d commit 8d8b171

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
woudc-api (0.5.0) bionic; urgency=medium
2+
3+
* Change station_name field to name in Explore process return
4+
5+
-- Kevin Ngai <kevin.ngai@ec.gc.ca> Tue, 25 Jan 2022 14:55:00 +0000
6+
17
woudc-api (0.4.0) bionic; urgency=medium
28

39
* Remove redundant results from the Explore process return

‎woudc_api/__init__.py

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

46-
__version__ = '0.4.0'
46+
__version__ = '0.5.0'
4747

4848
import click
4949

0 commit comments

Comments
 (0)
Please sign in to comment.