Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jul 9, 2019
1 parent 01ea7eb commit 8b7109b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
@@ -1,13 +1,14 @@
Release History
===============

0.1.3 (2019-07-07)
0.1.3 (2019-07-10)
------------------

**Improvements**

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


0.1.2 (2019-04-13)
Expand Down
2 changes: 1 addition & 1 deletion world_bank_data/version.py
@@ -1,3 +1,3 @@
"""version number"""

__version__ = '0.1.3-dev'
__version__ = '0.1.3'

0 comments on commit 8b7109b

Please sign in to comment.