From 2505ae735fc922d3e6363b76c5d7333a54ab1814 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 25 May 2024 21:09:56 -0400 Subject: [PATCH] build: version bump 0.15.1 --- HISTORY.rst | 3 ++- tiingo/__version__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9d03d60..9cf2bd4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ History 0.16.0 (2024-XX - Unreleased) -------------------------------- -0.15.0 (2024-05-25) +0.15.1 (2024-05-25) -------------------------------- * Feature: Support websockets client / endpoints (#508) @@ -14,6 +14,7 @@ History * CI: fixed CodeCov upload (#856) * CI: Add CodeQL for static analysis scanning (#785) * Minor: bumped development / examples dependencies +* Minor: Switch to trusted publisher workflow 0.14.0 (2021-03-06) -------------------------------- diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 9eeeaaa..8237cbc 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.15.0" +__version__ = "0.15.1"