From c1e71ec5767aa3486acd22b606f8a47307ae6f81 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Wed, 30 Jan 2019 22:24:19 -0500 Subject: [PATCH] update changelog and version --- HISTORY.rst | 8 +++++++- tiingo/__version__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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'