From 2ffe5d3c9578e8ddc14e9dca9125076b3e9f2980 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:14:34 +0100 Subject: [PATCH 1/2] chore(main): release 6.2.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 d63d575..448d89e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9630e3f..8f1718d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.1.0...v6.2.0) (2026-08-07) + + +### Features + +* Surface engine evaluation reason on flags ([#236](https://github.com/Flagsmith/flagsmith-python-client/issues/236)) ([71128a4](https://github.com/Flagsmith/flagsmith-python-client/commit/71128a4c0d6af6ba5ca473fd69a0d321db56976b)) + + +### Bug Fixes + +* Exposure events sent without a variant and duplicated within a flush interval ([#233](https://github.com/Flagsmith/flagsmith-python-client/issues/233)) ([2c5e20e](https://github.com/Flagsmith/flagsmith-python-client/commit/2c5e20e4c39d4f51563d3c6b473cca69d8ba23c3)) + ## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14) ### Features diff --git a/pyproject.toml b/pyproject.toml index 8f913c8..d52c275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.1.0" +version = "6.2.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 2bfaa5a535a955fe567b1c40ecb8e0b639acb474 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:14:45 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1718d..460e098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,16 @@ ## [6.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.1.0...v6.2.0) (2026-08-07) - ### Features -* Surface engine evaluation reason on flags ([#236](https://github.com/Flagsmith/flagsmith-python-client/issues/236)) ([71128a4](https://github.com/Flagsmith/flagsmith-python-client/commit/71128a4c0d6af6ba5ca473fd69a0d321db56976b)) - +- Surface engine evaluation reason on flags ([#236](https://github.com/Flagsmith/flagsmith-python-client/issues/236)) + ([71128a4](https://github.com/Flagsmith/flagsmith-python-client/commit/71128a4c0d6af6ba5ca473fd69a0d321db56976b)) ### Bug Fixes -* Exposure events sent without a variant and duplicated within a flush interval ([#233](https://github.com/Flagsmith/flagsmith-python-client/issues/233)) ([2c5e20e](https://github.com/Flagsmith/flagsmith-python-client/commit/2c5e20e4c39d4f51563d3c6b473cca69d8ba23c3)) +- Exposure events sent without a variant and duplicated within a flush interval + ([#233](https://github.com/Flagsmith/flagsmith-python-client/issues/233)) + ([2c5e20e](https://github.com/Flagsmith/flagsmith-python-client/commit/2c5e20e4c39d4f51563d3c6b473cca69d8ba23c3)) ## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14)