From 3f57cc7c8218ba444932df609c440e3e63e0f3ce Mon Sep 17 00:00:00 2001 From: David Stephens Date: Sat, 14 Jan 2017 13:34:35 -0700 Subject: [PATCH] REL: Version to v0.3.0.post / update docs --- docs/source/whatsnew/v0.3.0.txt | 10 ++-------- pandas_datareader/__init__.py | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/source/whatsnew/v0.3.0.txt b/docs/source/whatsnew/v0.3.0.txt index 85289199..84cc63f0 100644 --- a/docs/source/whatsnew/v0.3.0.txt +++ b/docs/source/whatsnew/v0.3.0.txt @@ -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. @@ -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 diff --git a/pandas_datareader/__init__.py b/pandas_datareader/__init__.py index 9f47e822..40c60425 100644 --- a/pandas_datareader/__init__.py +++ b/pandas_datareader/__init__.py @@ -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