From e0e16901a71d887997af51992f0973eff17acc4f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 30 Sep 2025 10:09:25 +0000 Subject: [PATCH] chore(release): v5.4.0 --- CHANGELOG.md | 2 ++ stream/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d158ba3..ca69d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.4.0](https://github.com/GetStream/stream-python/compare/v5.3.1...v5.4.0) (2025-09-30) + ### [5.3.1](https://github.com/GetStream/stream-python/compare/v5.2.1...v5.3.1) (2023-10-25) ### [5.2.1](https://github.com/GetStream/stream-python/compare/v5.2.0...v5.2.1) (2023-02-27) diff --git a/stream/__init__.py b/stream/__init__.py index d769388..c4fbba8 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2022, Stream.io, Inc" __credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"] __license__ = "BSD-3-Clause" -__version__ = "5.3.1" +__version__ = "5.4.0" __maintainer__ = "Thierry Schellenbach" __email__ = "support@getstream.io" __status__ = "Production"