From 1db2af922f42ea6e53825262711be6c04a6ee716 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Mon, 30 Apr 2018 23:00:40 -0400 Subject: [PATCH 1/2] Update Changelog with release notes --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 150a835..83f3666 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +0.6.0 (2018-04-30) +------------------ + +* Fix bug in resample argument name (@dcwtx #82) +* Add tool for removing API Keys from test fixtures (@dcwtx #107) +* Remove official support for Python 3.3 + 0.5.0 (2018-03-11) ------------------ From 20ae538b35afe01f0c1401e7b8fe30bd31f44964 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Mon, 30 Apr 2018 23:01:14 -0400 Subject: [PATCH 2/2] Bump to version 0.6.0 --- tiingo/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 8477183..cddb396 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.5.1' +__version__ = '0.6.0'