From 27d6fbf840193f082b9283dda540b37252dace7e Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:15:46 +0000 Subject: [PATCH 1/2] chore(main): release 5.0.1 --- .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 ec4aebc..a37f3a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "5.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4915f31..ec89541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.0.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.0...v5.0.1) (2025-10-28) + + +### Bug Fixes + +* TypeError: 'NoneType' object is not subscriptable (Python 3.11) ([#170](https://github.com/Flagsmith/flagsmith-python-client/issues/170)) ([c20f543](https://github.com/Flagsmith/flagsmith-python-client/commit/c20f54385390677657edcafc8c38204c5197e736)) +* ValueError: Invalid isoformat string on Python 3.10 ([#168](https://github.com/Flagsmith/flagsmith-python-client/issues/168)) ([29dee4d](https://github.com/Flagsmith/flagsmith-python-client/commit/29dee4de219754ec9874e2db39287f065b2dc166)) + + +### Dependency Updates + +* Bump `flagsmith-flag-engine` to 10.0.1 ([#171](https://github.com/Flagsmith/flagsmith-python-client/issues/171)) ([ab093bd](https://github.com/Flagsmith/flagsmith-python-client/commit/ab093bd71bf870461a153864eb2b9ea08533f852)) + ## [5.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v4.0.1...v5.0.0) (2025-10-24) ### ⚠ BREAKING CHANGES diff --git a/pyproject.toml b/pyproject.toml index bdcda7d..fbac972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.0.0" +version = "5.0.1" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From 5c20d220c577763ffe99ed469af04a1d392c341f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:15:54 +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 ec89541..e6e7dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,19 @@ ## [5.0.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.0...v5.0.1) (2025-10-28) - ### Bug Fixes -* TypeError: 'NoneType' object is not subscriptable (Python 3.11) ([#170](https://github.com/Flagsmith/flagsmith-python-client/issues/170)) ([c20f543](https://github.com/Flagsmith/flagsmith-python-client/commit/c20f54385390677657edcafc8c38204c5197e736)) -* ValueError: Invalid isoformat string on Python 3.10 ([#168](https://github.com/Flagsmith/flagsmith-python-client/issues/168)) ([29dee4d](https://github.com/Flagsmith/flagsmith-python-client/commit/29dee4de219754ec9874e2db39287f065b2dc166)) - +- TypeError: 'NoneType' object is not subscriptable (Python 3.11) + ([#170](https://github.com/Flagsmith/flagsmith-python-client/issues/170)) + ([c20f543](https://github.com/Flagsmith/flagsmith-python-client/commit/c20f54385390677657edcafc8c38204c5197e736)) +- ValueError: Invalid isoformat string on Python 3.10 + ([#168](https://github.com/Flagsmith/flagsmith-python-client/issues/168)) + ([29dee4d](https://github.com/Flagsmith/flagsmith-python-client/commit/29dee4de219754ec9874e2db39287f065b2dc166)) ### Dependency Updates -* Bump `flagsmith-flag-engine` to 10.0.1 ([#171](https://github.com/Flagsmith/flagsmith-python-client/issues/171)) ([ab093bd](https://github.com/Flagsmith/flagsmith-python-client/commit/ab093bd71bf870461a153864eb2b9ea08533f852)) +- Bump `flagsmith-flag-engine` to 10.0.1 ([#171](https://github.com/Flagsmith/flagsmith-python-client/issues/171)) + ([ab093bd](https://github.com/Flagsmith/flagsmith-python-client/commit/ab093bd71bf870461a153864eb2b9ea08533f852)) ## [5.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v4.0.1...v5.0.0) (2025-10-24)