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) ------------------ 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'