From 4c111fa02d3a9c5b5ed65ea382f73816198081e1 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Thu, 27 Nov 2025 18:20:18 +0000 Subject: [PATCH 1/2] chore(main): release 5.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 938e9bf..2141659 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.3" + ".": "5.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c58c3fc..221af97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.4](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.3...v5.0.4) (2025-11-27) + + +### CI + +* pre-commit autoupdate ([#180](https://github.com/Flagsmith/flagsmith-python-client/issues/180)) ([cafb3e2](https://github.com/Flagsmith/flagsmith-python-client/commit/cafb3e209491afa66f9b84e6b8aeb81c2b220a07)) + ## [5.0.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.2...v5.0.3) (2025-11-25) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c4b405d..366d098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.0.3" +version = "5.0.4" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 66d2922168bccd729b7bdbca2a3734b957932d21 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 18:20:26 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221af97..8231ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [5.0.4](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.3...v5.0.4) (2025-11-27) - ### CI -* pre-commit autoupdate ([#180](https://github.com/Flagsmith/flagsmith-python-client/issues/180)) ([cafb3e2](https://github.com/Flagsmith/flagsmith-python-client/commit/cafb3e209491afa66f9b84e6b8aeb81c2b220a07)) +- pre-commit autoupdate ([#180](https://github.com/Flagsmith/flagsmith-python-client/issues/180)) + ([cafb3e2](https://github.com/Flagsmith/flagsmith-python-client/commit/cafb3e209491afa66f9b84e6b8aeb81c2b220a07)) ## [5.0.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.2...v5.0.3) (2025-11-25)