Skip to content

Commit d69b544

Browse files
committed
bump version to 0.5.0
doc updates
1 parent 6f4a22f commit d69b544

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

docs/source/whatsnew/v0.5.0.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@
33
v0.5.0 (July ??, 2017)
44
----------------------
55

6-
This is a major release from 0.4.0.
6+
This is a major release from 0.4.0. We recommend that all users upgrade.
77

88
Highlights include:
99

10+
- Compat with the new Yahoo iCharts API. Yahoo removed the older API, this release restores ability to download from Yahoo. (:issue:`315`)
11+
1012
.. contents:: What's new in v0.5.0
1113
:local:
1214
:backlinks: none
1315

14-
.. _whatsnew_050.enhancements:
15-
16-
Enhancements
17-
~~~~~~~~~~~~
18-
19-
- Compat with new Yahoo API (:issue:`315`)
20-
2116
.. _whatsnew_050.bug_fixes:
2217

2318
Bug Fixes

pandas_datareader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = version = '0.4.0'
1+
__version__ = version = '0.5.0'
22

33
from .data import (get_components_yahoo, get_data_famafrench, get_data_google, get_data_yahoo, get_data_enigma, # noqa
44
get_data_yahoo_actions, get_quote_google, get_quote_yahoo, DataReader, Options) # noqa

0 commit comments

Comments
 (0)