Skip to content

Commit

Permalink
Merge pull request #277 from davidastephens/rel_0301
Browse files Browse the repository at this point in the history
REL: Version to v0.3.0.post / update docs
  • Loading branch information
davidastephens committed Jan 14, 2017
2 parents a5026db + 3f57cc7 commit 556205d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
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

0 comments on commit 556205d

Please sign in to comment.