From 6f66145129b925299f2dae0497e060982a429731 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:42:38 +0000 Subject: [PATCH 1/2] chore(main): release 5.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 938e9bf..c8f5b36 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.3" + ".": "5.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c58c3fc..287126d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.3...v5.1.0) (2026-01-05) + + +### Features + +* added-trait-model-type ([#186](https://github.com/Flagsmith/flagsmith-python-client/issues/186)) ([5c865ce](https://github.com/Flagsmith/flagsmith-python-client/commit/5c865cefd90d0ab8dc139e5d608809c3d03105a7)) + + +### CI + +* pre-commit autoupdate ([#180](https://github.com/Flagsmith/flagsmith-python-client/issues/180)) ([cafb3e2](https://github.com/Flagsmith/flagsmith-python-client/commit/cafb3e209491afa66f9b84e6b8aeb81c2b220a07)) +* pre-commit autoupdate ([#185](https://github.com/Flagsmith/flagsmith-python-client/issues/185)) ([ef13716](https://github.com/Flagsmith/flagsmith-python-client/commit/ef13716013313ab5eaaaf4de3ca577707ea82a75)) + + +### Other + +* **deps:** bump urllib3 from 2.5.0 to 2.6.0 ([#184](https://github.com/Flagsmith/flagsmith-python-client/issues/184)) ([efd43fd](https://github.com/Flagsmith/flagsmith-python-client/commit/efd43fd01d0b591ee3583a3ebf13846cc129f5e9)) + ## [5.0.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.2...v5.0.3) (2025-11-25) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c4b405d..762de5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.0.3" +version = "5.1.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 5aedd768f1d30a623357b9c0ea20099ce621aa16 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 15:42:47 +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, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287126d..aa056b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,22 @@ ## [5.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.3...v5.1.0) (2026-01-05) - ### Features -* added-trait-model-type ([#186](https://github.com/Flagsmith/flagsmith-python-client/issues/186)) ([5c865ce](https://github.com/Flagsmith/flagsmith-python-client/commit/5c865cefd90d0ab8dc139e5d608809c3d03105a7)) - +- added-trait-model-type ([#186](https://github.com/Flagsmith/flagsmith-python-client/issues/186)) + ([5c865ce](https://github.com/Flagsmith/flagsmith-python-client/commit/5c865cefd90d0ab8dc139e5d608809c3d03105a7)) ### CI -* pre-commit autoupdate ([#180](https://github.com/Flagsmith/flagsmith-python-client/issues/180)) ([cafb3e2](https://github.com/Flagsmith/flagsmith-python-client/commit/cafb3e209491afa66f9b84e6b8aeb81c2b220a07)) -* pre-commit autoupdate ([#185](https://github.com/Flagsmith/flagsmith-python-client/issues/185)) ([ef13716](https://github.com/Flagsmith/flagsmith-python-client/commit/ef13716013313ab5eaaaf4de3ca577707ea82a75)) - +- pre-commit autoupdate ([#180](https://github.com/Flagsmith/flagsmith-python-client/issues/180)) + ([cafb3e2](https://github.com/Flagsmith/flagsmith-python-client/commit/cafb3e209491afa66f9b84e6b8aeb81c2b220a07)) +- pre-commit autoupdate ([#185](https://github.com/Flagsmith/flagsmith-python-client/issues/185)) + ([ef13716](https://github.com/Flagsmith/flagsmith-python-client/commit/ef13716013313ab5eaaaf4de3ca577707ea82a75)) ### Other -* **deps:** bump urllib3 from 2.5.0 to 2.6.0 ([#184](https://github.com/Flagsmith/flagsmith-python-client/issues/184)) ([efd43fd](https://github.com/Flagsmith/flagsmith-python-client/commit/efd43fd01d0b591ee3583a3ebf13846cc129f5e9)) +- **deps:** bump urllib3 from 2.5.0 to 2.6.0 ([#184](https://github.com/Flagsmith/flagsmith-python-client/issues/184)) + ([efd43fd](https://github.com/Flagsmith/flagsmith-python-client/commit/efd43fd01d0b591ee3583a3ebf13846cc129f5e9)) ## [5.0.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.2...v5.0.3) (2025-11-25)