From 649b15f773cb16f67d6aef45ce0efd1311ebc070 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Wed, 6 May 2026 11:40:03 +0100 Subject: [PATCH 1/2] chore(main): release 5.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5791ece..99bcbe2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.0" + ".": "5.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a4da4..05f661c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.3.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.3.0...v5.3.1) (2026-05-06) + + +### CI + +* disable github-actions manager in renovate ([#211](https://github.com/Flagsmith/flagsmith-python-client/issues/211)) ([0d601c4](https://github.com/Flagsmith/flagsmith-python-client/commit/0d601c47e1317d43eb7a54bcb0939f6ee886b457)) +* migrated dependabot to renovate ([#205](https://github.com/Flagsmith/flagsmith-python-client/issues/205)) ([f205538](https://github.com/Flagsmith/flagsmith-python-client/commit/f20553833f9dc95179ffe3e21efec098b96af274)) + + +### Dependency Updates + +* update actions/checkout action to v6 ([#209](https://github.com/Flagsmith/flagsmith-python-client/issues/209)) ([b1f5a7e](https://github.com/Flagsmith/flagsmith-python-client/commit/b1f5a7ea8a745b588c4a95464dcc97b0bbdeb67d)) +* update dependency flagsmith-flag-engine to v10.1.0 ([#212](https://github.com/Flagsmith/flagsmith-python-client/issues/212)) ([1b77e1d](https://github.com/Flagsmith/flagsmith-python-client/commit/1b77e1df47a1caa9dbba8fe7d80f43f5331ea629)) + ## [5.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.2.0...v5.3.0) (2026-04-28) ### Features diff --git a/pyproject.toml b/pyproject.toml index 47e95f2..6852b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.3.0" +version = "5.3.1" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 9f5fcbab470ecf0d6a3ee617b38d992ab0673c16 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:40:12 +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 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f661c..c799430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,20 @@ ## [5.3.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.3.0...v5.3.1) (2026-05-06) - ### CI -* disable github-actions manager in renovate ([#211](https://github.com/Flagsmith/flagsmith-python-client/issues/211)) ([0d601c4](https://github.com/Flagsmith/flagsmith-python-client/commit/0d601c47e1317d43eb7a54bcb0939f6ee886b457)) -* migrated dependabot to renovate ([#205](https://github.com/Flagsmith/flagsmith-python-client/issues/205)) ([f205538](https://github.com/Flagsmith/flagsmith-python-client/commit/f20553833f9dc95179ffe3e21efec098b96af274)) - +- disable github-actions manager in renovate ([#211](https://github.com/Flagsmith/flagsmith-python-client/issues/211)) + ([0d601c4](https://github.com/Flagsmith/flagsmith-python-client/commit/0d601c47e1317d43eb7a54bcb0939f6ee886b457)) +- migrated dependabot to renovate ([#205](https://github.com/Flagsmith/flagsmith-python-client/issues/205)) + ([f205538](https://github.com/Flagsmith/flagsmith-python-client/commit/f20553833f9dc95179ffe3e21efec098b96af274)) ### Dependency Updates -* update actions/checkout action to v6 ([#209](https://github.com/Flagsmith/flagsmith-python-client/issues/209)) ([b1f5a7e](https://github.com/Flagsmith/flagsmith-python-client/commit/b1f5a7ea8a745b588c4a95464dcc97b0bbdeb67d)) -* update dependency flagsmith-flag-engine to v10.1.0 ([#212](https://github.com/Flagsmith/flagsmith-python-client/issues/212)) ([1b77e1d](https://github.com/Flagsmith/flagsmith-python-client/commit/1b77e1df47a1caa9dbba8fe7d80f43f5331ea629)) +- update actions/checkout action to v6 ([#209](https://github.com/Flagsmith/flagsmith-python-client/issues/209)) + ([b1f5a7e](https://github.com/Flagsmith/flagsmith-python-client/commit/b1f5a7ea8a745b588c4a95464dcc97b0bbdeb67d)) +- update dependency flagsmith-flag-engine to v10.1.0 + ([#212](https://github.com/Flagsmith/flagsmith-python-client/issues/212)) + ([1b77e1d](https://github.com/Flagsmith/flagsmith-python-client/commit/1b77e1df47a1caa9dbba8fe7d80f43f5331ea629)) ## [5.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.2.0...v5.3.0) (2026-04-28)