From bb57f4e72fdfe263419f9505bef9188299911143 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:59:58 +0100 Subject: [PATCH 1/2] chore(main): release 5.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fde2101..d5710ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.0" + ".": "5.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0d09f..f55c1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [5.6.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v5.6.0) (2026-06-24) + + +### Features + +* only track exposure when experiment feature is enabled ([#226](https://github.com/Flagsmith/flagsmith-python-client/issues/226)) ([30112aa](https://github.com/Flagsmith/flagsmith-python-client/commit/30112aa187af66c00171000b199e158c88142b7c)) + + +### CI + +* pre-commit autoupdate ([#219](https://github.com/Flagsmith/flagsmith-python-client/issues/219)) ([134e6b6](https://github.com/Flagsmith/flagsmith-python-client/commit/134e6b65ebe11e89a37ae2d1c98b487871d5a216)) + + +### Other + +* **deps:** bump idna from 3.10 to 3.15 ([#218](https://github.com/Flagsmith/flagsmith-python-client/issues/218)) ([4d71722](https://github.com/Flagsmith/flagsmith-python-client/commit/4d71722421d3692af07d68bbf71216b4de1b2eed)) + ## [5.5.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.4.0...v5.5.0) (2026-06-09) ### Features diff --git a/pyproject.toml b/pyproject.toml index ff053bb..c8cfbf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.5.0" +version = "5.6.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 43d2d538fd30fcb42afd959890929f3c1133d13d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:00:19 +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 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55c1db..a26ee0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,21 @@ ## [5.6.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v5.6.0) (2026-06-24) - ### Features -* only track exposure when experiment feature is enabled ([#226](https://github.com/Flagsmith/flagsmith-python-client/issues/226)) ([30112aa](https://github.com/Flagsmith/flagsmith-python-client/commit/30112aa187af66c00171000b199e158c88142b7c)) - +- only track exposure when experiment feature is enabled + ([#226](https://github.com/Flagsmith/flagsmith-python-client/issues/226)) + ([30112aa](https://github.com/Flagsmith/flagsmith-python-client/commit/30112aa187af66c00171000b199e158c88142b7c)) ### CI -* pre-commit autoupdate ([#219](https://github.com/Flagsmith/flagsmith-python-client/issues/219)) ([134e6b6](https://github.com/Flagsmith/flagsmith-python-client/commit/134e6b65ebe11e89a37ae2d1c98b487871d5a216)) - +- pre-commit autoupdate ([#219](https://github.com/Flagsmith/flagsmith-python-client/issues/219)) + ([134e6b6](https://github.com/Flagsmith/flagsmith-python-client/commit/134e6b65ebe11e89a37ae2d1c98b487871d5a216)) ### Other -* **deps:** bump idna from 3.10 to 3.15 ([#218](https://github.com/Flagsmith/flagsmith-python-client/issues/218)) ([4d71722](https://github.com/Flagsmith/flagsmith-python-client/commit/4d71722421d3692af07d68bbf71216b4de1b2eed)) +- **deps:** bump idna from 3.10 to 3.15 ([#218](https://github.com/Flagsmith/flagsmith-python-client/issues/218)) + ([4d71722](https://github.com/Flagsmith/flagsmith-python-client/commit/4d71722421d3692af07d68bbf71216b4de1b2eed)) ## [5.5.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.4.0...v5.5.0) (2026-06-09)