From 3b085577e32027ee999b036d1dd680cd489512e4 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:37:06 +0100 Subject: [PATCH 1/2] chore(main): release 6.1.1 --- .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 d63d575..44ef93a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "6.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9630e3f..adc0f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.1.0...v6.1.1) (2026-08-06) + + +### 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..52b97c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.1.0" +version = "6.1.1" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From b67ad1ce790fb217d81d7d26414d2f1b05448290 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:37: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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc0f7c..0b6ab89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [6.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.1.0...v6.1.1) (2026-08-06) - ### 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)