Skip to content

Commit 556205d

Browse files
Merge pull request #277 from davidastephens/rel_0301
REL: Version to v0.3.0.post / update docs
2 parents a5026db + 3f57cc7 commit 556205d

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

docs/source/whatsnew/v0.3.0.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_030:
22

3-
v0.3.0 (January XX, 2017)
4-
----------------------------
3+
v0.3.0 (January 14, 2017)
4+
-------------------------
55

66
This is a major release from 0.2.1 and includes new features and a number of bug fixes.
77

@@ -32,12 +32,6 @@ Other enhancements
3232
- Added support for Python 3.6.
3333
- Added support for pandas 19.2
3434

35-
36-
.. _whatsnew_030.api_breaking:
37-
38-
Backwards incompatible API changes
39-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40-
4135
.. _whatsnew_030.bug_fixes:
4236

4337
Bug Fixes

pandas_datareader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = version = '0.3.01'
1+
__version__ = version = '0.3.0.post'
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)