We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ea7eb commit 8b7109bCopy full SHA for 8b7109b
HISTORY.md
@@ -1,13 +1,14 @@
1
Release History
2
===============
3
4
-0.1.3 (2019-07-07)
+0.1.3 (2019-07-10)
5
------------------
6
7
**Improvements**
8
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)
11
- Package tested with Python 3.8
--
12
13
14
0.1.2 (2019-04-13)
world_bank_data/version.py
@@ -1,3 +1,3 @@
"""version number"""
-__version__ = '0.1.3-dev'
+__version__ = '0.1.3'
0 commit comments