From 16663583ff078aac5451d95c72850b2e02dbd6f7 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:08:12 +0100 Subject: [PATCH 1/2] chore(main): release 6.2.3 --- .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 ac9d60d..0198e3b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.2" + ".": "6.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2f688..34b7a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.2...v6.2.3) (2026-08-31) + + +### Bug Fixes + +* send correct SDK user agent in analytics events ([#246](https://github.com/Flagsmith/flagsmith-python-client/issues/246)) ([aa7d7be](https://github.com/Flagsmith/flagsmith-python-client/commit/aa7d7befd2e5685ec1f468d534c8dd78e05bf672)) + ## [6.2.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.1...v6.2.2) (2026-08-31) ### CI diff --git a/pyproject.toml b/pyproject.toml index c36332a..410065e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.2.2" +version = "6.2.3" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 42a342a3b532b5005c5956de0067856659ca782b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:08:24 +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 34b7a4b..185d9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [6.2.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.2...v6.2.3) (2026-08-31) - ### Bug Fixes -* send correct SDK user agent in analytics events ([#246](https://github.com/Flagsmith/flagsmith-python-client/issues/246)) ([aa7d7be](https://github.com/Flagsmith/flagsmith-python-client/commit/aa7d7befd2e5685ec1f468d534c8dd78e05bf672)) +- send correct SDK user agent in analytics events + ([#246](https://github.com/Flagsmith/flagsmith-python-client/issues/246)) + ([aa7d7be](https://github.com/Flagsmith/flagsmith-python-client/commit/aa7d7befd2e5685ec1f468d534c8dd78e05bf672)) ## [6.2.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.1...v6.2.2) (2026-08-31)