Skip to content

Commit 8b7109b

Browse files
committed
Version 0.1.3
1 parent 01ea7eb commit 8b7109b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Release History
22
===============
33

4-
0.1.3 (2019-07-07)
4+
0.1.3 (2019-07-10)
55
------------------
66

77
**Improvements**
88

9+
- Added a new `proxies` argument in the `get_*` functions, and a global `proxies` option (#2)
10+
- Return an explicit error message when an indicator is not found (#7)
911
- Package tested with Python 3.8
10-
-
1112

1213

1314
0.1.2 (2019-04-13)

world_bank_data/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""version number"""
22

3-
__version__ = '0.1.3-dev'
3+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)