From c9c30a457a0758215ed924d4f712d1ee5edb6e9e Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Thu, 14 Jun 2018 01:26:44 -0400 Subject: [PATCH 1/2] Update 0.7.0 Changelog --- HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 83f3666..98fb171 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.7.0 (2018-06-14) +------------------ +* Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112) +* Minor documentation edits + 0.6.0 (2018-04-30) ------------------ From cd9ba737cc0197a5585384a321fa6e5f584cc0de Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Thu, 14 Jun 2018 01:30:11 -0400 Subject: [PATCH 2/2] Minor bump to 0.7.0 --- tiingo/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiingo/__version__.py b/tiingo/__version__.py index cddb396..28b1b2f 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.6.0' +__version__ = '0.7.0'