From 7bace15e4c235f24b036a83c0fa4e2c6e41dcf61 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 25 May 2024 21:37:15 -0400 Subject: [PATCH] v0.15.4 version bump --- HISTORY.rst | 2 +- tiingo/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index fb01615..eedf434 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ History 0.16.0 (2024-XX - Unreleased) -------------------------------- -0.15.2 (2024-05-25) +0.15.4 (2024-05-25) -------------------------------- * Feature: Support websockets client / endpoints (#508) diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 6a75674..4f27aab 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.15.3" +__version__ = "0.15.4"