From f17db7ed932a1bb7ab3e09b99025ced94116ddbc Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:28:09 +0100 Subject: [PATCH 1/2] chore(main): release 5.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3229161..6d691db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.1" + ".": "5.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e93a2..156a6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.2.0) (2026-04-15) + + +### Features + +* support-evaluation-tracking-api ([#196](https://github.com/Flagsmith/flagsmith-python-client/issues/196)) ([e9be90f](https://github.com/Flagsmith/flagsmith-python-client/commit/e9be90f9f1e6e14c5a00c495acbb917eb3bb1eb1)) + + +### Other + +* **deps-dev:** bump virtualenv from 20.34.0 to 20.36.1 ([#191](https://github.com/Flagsmith/flagsmith-python-client/issues/191)) ([0aa4231](https://github.com/Flagsmith/flagsmith-python-client/commit/0aa423183e6e665e0532a85019fbb40e625b1b5b)) +* Remove amannn/action-semantic-pull-request workflow ([#194](https://github.com/Flagsmith/flagsmith-python-client/issues/194)) ([ccced7f](https://github.com/Flagsmith/flagsmith-python-client/commit/ccced7f0f36dadba1a4d75d8aa363d23be1bfea8)) + ## [5.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.0...v5.1.1) (2026-01-05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c059862..dbc9780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.1.1" +version = "5.2.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From bef5eb4d4082bd6d3c67d4c932c97d70110c4f17 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:28:21 +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 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156a6f1..c6ee35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,19 @@ ## [5.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.2.0) (2026-04-15) - ### Features -* support-evaluation-tracking-api ([#196](https://github.com/Flagsmith/flagsmith-python-client/issues/196)) ([e9be90f](https://github.com/Flagsmith/flagsmith-python-client/commit/e9be90f9f1e6e14c5a00c495acbb917eb3bb1eb1)) - +- support-evaluation-tracking-api ([#196](https://github.com/Flagsmith/flagsmith-python-client/issues/196)) + ([e9be90f](https://github.com/Flagsmith/flagsmith-python-client/commit/e9be90f9f1e6e14c5a00c495acbb917eb3bb1eb1)) ### Other -* **deps-dev:** bump virtualenv from 20.34.0 to 20.36.1 ([#191](https://github.com/Flagsmith/flagsmith-python-client/issues/191)) ([0aa4231](https://github.com/Flagsmith/flagsmith-python-client/commit/0aa423183e6e665e0532a85019fbb40e625b1b5b)) -* Remove amannn/action-semantic-pull-request workflow ([#194](https://github.com/Flagsmith/flagsmith-python-client/issues/194)) ([ccced7f](https://github.com/Flagsmith/flagsmith-python-client/commit/ccced7f0f36dadba1a4d75d8aa363d23be1bfea8)) +- **deps-dev:** bump virtualenv from 20.34.0 to 20.36.1 + ([#191](https://github.com/Flagsmith/flagsmith-python-client/issues/191)) + ([0aa4231](https://github.com/Flagsmith/flagsmith-python-client/commit/0aa423183e6e665e0532a85019fbb40e625b1b5b)) +- Remove amannn/action-semantic-pull-request workflow + ([#194](https://github.com/Flagsmith/flagsmith-python-client/issues/194)) + ([ccced7f](https://github.com/Flagsmith/flagsmith-python-client/commit/ccced7f0f36dadba1a4d75d8aa363d23be1bfea8)) ## [5.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.0...v5.1.1) (2026-01-05)