From 5de5b612387385203c93501c19af91a94e802038 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:52:16 +0100 Subject: [PATCH 1/2] chore(main): release 6.2.2 --- .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 fc3cae1..ac9d60d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.1" + ".": "6.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bb026..5533d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.2.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.1...v6.2.2) (2026-08-31) + + +### CI + +* pre-commit autoupdate ([#238](https://github.com/Flagsmith/flagsmith-python-client/issues/238)) ([fa12392](https://github.com/Flagsmith/flagsmith-python-client/commit/fa123927063e81d11b54b6af6f6c46499194345a)) + + +### Dependency Updates + +* update dependency flagsmith-flag-engine to v11 ([#243](https://github.com/Flagsmith/flagsmith-python-client/issues/243)) ([e93bca9](https://github.com/Flagsmith/flagsmith-python-client/commit/e93bca9395e685892ab0b3db3019f87b99a08b71)) + ## [6.2.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.0...v6.2.1) (2026-08-14) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 102cef9..c36332a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.2.1" +version = "6.2.2" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 5c6a8d6c65182d73b68ecf37662100944865b33e 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 08:52:26 +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 5533d0f..ea2f688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,16 @@ ## [6.2.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.1...v6.2.2) (2026-08-31) - ### CI -* pre-commit autoupdate ([#238](https://github.com/Flagsmith/flagsmith-python-client/issues/238)) ([fa12392](https://github.com/Flagsmith/flagsmith-python-client/commit/fa123927063e81d11b54b6af6f6c46499194345a)) - +- pre-commit autoupdate ([#238](https://github.com/Flagsmith/flagsmith-python-client/issues/238)) + ([fa12392](https://github.com/Flagsmith/flagsmith-python-client/commit/fa123927063e81d11b54b6af6f6c46499194345a)) ### Dependency Updates -* update dependency flagsmith-flag-engine to v11 ([#243](https://github.com/Flagsmith/flagsmith-python-client/issues/243)) ([e93bca9](https://github.com/Flagsmith/flagsmith-python-client/commit/e93bca9395e685892ab0b3db3019f87b99a08b71)) +- update dependency flagsmith-flag-engine to v11 + ([#243](https://github.com/Flagsmith/flagsmith-python-client/issues/243)) + ([e93bca9](https://github.com/Flagsmith/flagsmith-python-client/commit/e93bca9395e685892ab0b3db3019f87b99a08b71)) ## [6.2.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.0...v6.2.1) (2026-08-14)