From fbf202bd11b3e2a75f938ddeea599751d47b0893 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:44:17 +0100 Subject: [PATCH 1/2] chore(main): release 6.3.1 --- .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 8792e96..320f276 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.0" + ".": "6.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 978db28..e04cf01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.3.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.3.0...v6.3.1) (2026-09-25) + + +### CI + +* pre-commit autoupdate ([#248](https://github.com/Flagsmith/flagsmith-python-client/issues/248)) ([cdbc47f](https://github.com/Flagsmith/flagsmith-python-client/commit/cdbc47ffaad41228648a18f31463bbf3c0aefc71)) + + +### Dependency Updates + +* update dependency flagsmith-flag-engine to v11.1.0 ([#252](https://github.com/Flagsmith/flagsmith-python-client/issues/252)) ([ed65702](https://github.com/Flagsmith/flagsmith-python-client/commit/ed657025a2f0aed1386e9f51e54e7a32d44541d4)) + ## [6.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.3...v6.3.0) (2026-09-23) ### Features diff --git a/pyproject.toml b/pyproject.toml index 15b2a1e..64cc907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.3.0" +version = "6.3.1" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 309ef17df648749790098a8e4962d79797407e1c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 17:44:27 +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 e04cf01..895125d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,16 @@ ## [6.3.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.3.0...v6.3.1) (2026-09-25) - ### CI -* pre-commit autoupdate ([#248](https://github.com/Flagsmith/flagsmith-python-client/issues/248)) ([cdbc47f](https://github.com/Flagsmith/flagsmith-python-client/commit/cdbc47ffaad41228648a18f31463bbf3c0aefc71)) - +- pre-commit autoupdate ([#248](https://github.com/Flagsmith/flagsmith-python-client/issues/248)) + ([cdbc47f](https://github.com/Flagsmith/flagsmith-python-client/commit/cdbc47ffaad41228648a18f31463bbf3c0aefc71)) ### Dependency Updates -* update dependency flagsmith-flag-engine to v11.1.0 ([#252](https://github.com/Flagsmith/flagsmith-python-client/issues/252)) ([ed65702](https://github.com/Flagsmith/flagsmith-python-client/commit/ed657025a2f0aed1386e9f51e54e7a32d44541d4)) +- update dependency flagsmith-flag-engine to v11.1.0 + ([#252](https://github.com/Flagsmith/flagsmith-python-client/issues/252)) + ([ed65702](https://github.com/Flagsmith/flagsmith-python-client/commit/ed657025a2f0aed1386e9f51e54e7a32d44541d4)) ## [6.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.2.3...v6.3.0) (2026-09-23)