From a28a3383101b5a5790506ee6d048863e79f4b132 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:12:50 +0100 Subject: [PATCH 1/2] chore(main): release 5.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45e8f48..fde2101 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.4.0" + ".": "5.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba90672..3d97d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.5.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.4.0...v5.5.0) (2026-06-09) + + +### Features + +* surface the selected variant on flags ([#221](https://github.com/Flagsmith/flagsmith-python-client/issues/221)) ([7fc7224](https://github.com/Flagsmith/flagsmith-python-client/commit/7fc722421e4036820fa656e7a4c38c11f0bd62f3)) +* use the variant as the exposure event value ([#222](https://github.com/Flagsmith/flagsmith-python-client/issues/222)) ([1438708](https://github.com/Flagsmith/flagsmith-python-client/commit/14387080a1836b7f5b9e368d7b3f125447752e16)) + ## [5.4.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.3.1...v5.4.0) (2026-06-01) ### Features diff --git a/pyproject.toml b/pyproject.toml index 7b8eced..ff053bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.4.0" +version = "5.5.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 89f920dcb26edf3ffc46dd9f032d09ad6576a239 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:14:12 +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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d97d9f..4f0d09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ ## [5.5.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.4.0...v5.5.0) (2026-06-09) - ### Features -* surface the selected variant on flags ([#221](https://github.com/Flagsmith/flagsmith-python-client/issues/221)) ([7fc7224](https://github.com/Flagsmith/flagsmith-python-client/commit/7fc722421e4036820fa656e7a4c38c11f0bd62f3)) -* use the variant as the exposure event value ([#222](https://github.com/Flagsmith/flagsmith-python-client/issues/222)) ([1438708](https://github.com/Flagsmith/flagsmith-python-client/commit/14387080a1836b7f5b9e368d7b3f125447752e16)) +- surface the selected variant on flags ([#221](https://github.com/Flagsmith/flagsmith-python-client/issues/221)) + ([7fc7224](https://github.com/Flagsmith/flagsmith-python-client/commit/7fc722421e4036820fa656e7a4c38c11f0bd62f3)) +- use the variant as the exposure event value ([#222](https://github.com/Flagsmith/flagsmith-python-client/issues/222)) + ([1438708](https://github.com/Flagsmith/flagsmith-python-client/commit/14387080a1836b7f5b9e368d7b3f125447752e16)) ## [5.4.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.3.1...v5.4.0) (2026-06-01)