Skip to content

REL: Back to v0.3.0 / update docs #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions docs/source/whatsnew/v0.3.0.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_030:

v0.3.0 (January XX, 2017)
----------------------------
v0.3.0 (January 14, 2017)
-------------------------

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

Expand Down Expand Up @@ -32,12 +32,6 @@ Other enhancements
- Added support for Python 3.6.
- Added support for pandas 19.2


.. _whatsnew_030.api_breaking:

Backwards incompatible API changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. _whatsnew_030.bug_fixes:

Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pandas_datareader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = version = '0.3.01'
__version__ = version = '0.3.0.post'

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