From 51a148d8855b5bfa0a9d3c579db0634f02330ccc Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:40:16 +0000 Subject: [PATCH 1/2] chore(main): release 5.1.1 --- .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 c8f5b36..3229161 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0" + ".": "5.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa056b3..5b403c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.0...v5.1.1) (2026-01-05) + + +### Bug Fixes + +* use-typing-extension ([#188](https://github.com/Flagsmith/flagsmith-python-client/issues/188)) ([a636536](https://github.com/Flagsmith/flagsmith-python-client/commit/a636536162f94589bd7337090dad493fb3745ef0)) + ## [5.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.3...v5.1.0) (2026-01-05) ### Features diff --git a/pyproject.toml b/pyproject.toml index 762de5a..c059862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.1.0" +version = "5.1.1" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From bc13c9b172d74fcbd909921f41586ff4df31c0e0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:40: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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b403c7..d1e93a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [5.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.0...v5.1.1) (2026-01-05) - ### Bug Fixes -* use-typing-extension ([#188](https://github.com/Flagsmith/flagsmith-python-client/issues/188)) ([a636536](https://github.com/Flagsmith/flagsmith-python-client/commit/a636536162f94589bd7337090dad493fb3745ef0)) +- use-typing-extension ([#188](https://github.com/Flagsmith/flagsmith-python-client/issues/188)) + ([a636536](https://github.com/Flagsmith/flagsmith-python-client/commit/a636536162f94589bd7337090dad493fb3745ef0)) ## [5.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.3...v5.1.0) (2026-01-05)