From b0c42fe322a6a642580a491ef99550c0d40a57c1 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 20 Jan 2026 03:22:31 +0000 Subject: [PATCH 1/2] chore(main): release 5.1.2 --- .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 3229161..d837e12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.1" + ".": "5.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e93a2..538111c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.1.2) (2026-01-20) + + +### 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)) + ## [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..4cacec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.1.1" +version = "5.1.2" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 3a2e2596b6045897244e9dfc5ab0d3451dbfa4d2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 03:22:42 +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 538111c..e52be9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## [5.1.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.1.2) (2026-01-20) - ### 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)) +- **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)) ## [5.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.0...v5.1.1) (2026-01-05)