diff --git a/HISTORY.rst b/HISTORY.rst index ade7552..f93f9c7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,14 +2,16 @@ History ======= +0.11.x (2019-XX-XX) +------------------ +* Update me as new features are added -0.10.x (2019-XX-XX) +0.10.x (2019-05-11) ------------------ * Documentation: Added a "Peer Comparison Analysis" Jupyter Notebook under "/examples" (@i3creations #197) * Minor: Update error message to clarify multiple tickers only work with single metrics * Updated development dependencies - 0.9.x (2019-01-30) ------------------ * Documentation: Added runnable jupyter notebook sample under "/examples" diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 3d9a574..4462bb4 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.9.0' +__version__ = '0.10.0'