From b4ba0b50a2ce5a737b6de80f3efe023c05ca3225 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Wed, 23 Sep 2026 10:23:06 +0100 Subject: [PATCH 1/2] chore(main): release 6.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0198e3b..8792e96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.3" + ".": "6.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 185d9b3..0487095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.3...v6.3.0) (2026-09-23) + + +### Features + +* Flag.experiment and exposure gated on in_experiment ([#249](https://github.com/Flagsmith/flagsmith-python-client/issues/249)) ([62eceb2](https://github.com/Flagsmith/flagsmith-python-client/commit/62eceb2a7dec559f38fd55d8be4d23077aa89a77)) + + +### Bug Fixes + +* skip exposure event when in-experiment flag has no variant ([#251](https://github.com/Flagsmith/flagsmith-python-client/issues/251)) ([0f5af28](https://github.com/Flagsmith/flagsmith-python-client/commit/0f5af280ecfb4189553477ec214de30d5a72b561)) + ## [6.2.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.2...v6.2.3) (2026-08-31) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 410065e..15b2a1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.2.3" +version = "6.3.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 4bd1f813dacab801b2901ddce4e29819de84dd0b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 09:25:16 +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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0487095..978db28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,17 @@ ## [6.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.3...v6.3.0) (2026-09-23) - ### Features -* Flag.experiment and exposure gated on in_experiment ([#249](https://github.com/Flagsmith/flagsmith-python-client/issues/249)) ([62eceb2](https://github.com/Flagsmith/flagsmith-python-client/commit/62eceb2a7dec559f38fd55d8be4d23077aa89a77)) - +- Flag.experiment and exposure gated on in_experiment + ([#249](https://github.com/Flagsmith/flagsmith-python-client/issues/249)) + ([62eceb2](https://github.com/Flagsmith/flagsmith-python-client/commit/62eceb2a7dec559f38fd55d8be4d23077aa89a77)) ### Bug Fixes -* skip exposure event when in-experiment flag has no variant ([#251](https://github.com/Flagsmith/flagsmith-python-client/issues/251)) ([0f5af28](https://github.com/Flagsmith/flagsmith-python-client/commit/0f5af280ecfb4189553477ec214de30d5a72b561)) +- skip exposure event when in-experiment flag has no variant + ([#251](https://github.com/Flagsmith/flagsmith-python-client/issues/251)) + ([0f5af28](https://github.com/Flagsmith/flagsmith-python-client/commit/0f5af280ecfb4189553477ec214de30d5a72b561)) ## [6.2.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.2...v6.2.3) (2026-08-31)