From 567e1a559d351c46474ea502f52b7793e179a768 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 11 May 2019 20:02:28 -0400 Subject: [PATCH] Update changelog and version for v0.10.0 release --- HISTORY.rst | 6 ++++-- tiingo/__version__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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'