From 518d7f24e1665ef64fabd30fc987aec687b40b24 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 7 Jul 2018 13:38:13 -0400 Subject: [PATCH 1/2] Update 0.8.0 Changelog --- HISTORY.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 98fb171..fd0352d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,17 @@ History ======= +0.8.x (2018-XX-XX) +------------------ +* New changes go here! + + +0.8.0 (2018-07-06) +------------------ +* Major: Add IEX Endpoint to retrieve data with intraday frequencies (@dcwtx #125) +* Minor: update documentation for contributing/releasing new versions +* Speed up Travis build process with pip cache + 0.7.0 (2018-06-14) ------------------ * Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112) From db60f3a42b2e0cc49afbf794458bfa118eba5c3e Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 7 Jul 2018 13:39:27 -0400 Subject: [PATCH 2/2] Minor version bump --- tiingo/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 28b1b2f..690cefb 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.7.0' +__version__ = '0.8.0'