diff --git a/HISTORY.rst b/HISTORY.rst index fd0352d..4075a9a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,11 +2,17 @@ History ======= -0.8.x (2018-XX-XX) + +0.9.x (2019-XX-XX) ------------------ * New changes go here! +0.9.x (2019-01-30) +------------------ +* Documentation: Added runnable jupyter notebook sample under "/examples" +* Minor: bumped various library dependencies + 0.8.0 (2018-07-06) ------------------ * Major: Add IEX Endpoint to retrieve data with intraday frequencies (@dcwtx #125) diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 690cefb..3d9a574 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.8.0' +__version__ = '0.9.0'