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..e6e7dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 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"