From 9831d5a971bcea87276939923004da836e1dd30f Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:26:09 +0100 Subject: [PATCH 1/2] chore(main): release 4.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d20436..50af31c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 866a5f5..022d185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v4.0.0...v4.0.1) (2025-09-19) + + +### Bug Fixes + +* Environment name not mapped to evaluation context ([#153](https://github.com/Flagsmith/flagsmith-python-client/issues/153)) ([3fcae7c](https://github.com/Flagsmith/flagsmith-python-client/commit/3fcae7c13fb36428ad8137195916f102e39e9453)) +* Feature state `django_id` fields are not handled ([#156](https://github.com/Flagsmith/flagsmith-python-client/issues/156)) ([860b630](https://github.com/Flagsmith/flagsmith-python-client/commit/860b6303cb310166d4bc740fcd8213f4c92164dd)) + ## [4.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.10.1...v4.0.0) (2025-09-02) ### ⚠ BREAKING CHANGES diff --git a/pyproject.toml b/pyproject.toml index efdc810..decf306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "4.0.0" +version = "4.0.1" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 5d9d71a98b7e8ebce24184034e89292856a81060 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 08:26:18 +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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 022d185..ced8d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ ## [4.0.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v4.0.0...v4.0.1) (2025-09-19) - ### Bug Fixes -* Environment name not mapped to evaluation context ([#153](https://github.com/Flagsmith/flagsmith-python-client/issues/153)) ([3fcae7c](https://github.com/Flagsmith/flagsmith-python-client/commit/3fcae7c13fb36428ad8137195916f102e39e9453)) -* Feature state `django_id` fields are not handled ([#156](https://github.com/Flagsmith/flagsmith-python-client/issues/156)) ([860b630](https://github.com/Flagsmith/flagsmith-python-client/commit/860b6303cb310166d4bc740fcd8213f4c92164dd)) +- Environment name not mapped to evaluation context + ([#153](https://github.com/Flagsmith/flagsmith-python-client/issues/153)) + ([3fcae7c](https://github.com/Flagsmith/flagsmith-python-client/commit/3fcae7c13fb36428ad8137195916f102e39e9453)) +- Feature state `django_id` fields are not handled + ([#156](https://github.com/Flagsmith/flagsmith-python-client/issues/156)) + ([860b630](https://github.com/Flagsmith/flagsmith-python-client/commit/860b6303cb310166d4bc740fcd8213f4c92164dd)) ## [4.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.10.1...v4.0.0) (2025-09-02)