diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 99bcbe2..69b075e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.1" + ".": "5.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c799430..d6c9d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.3.1...v5.3.2) (2026-05-18) + +### CI + +- pre-commit autoupdate ([#216](https://github.com/Flagsmith/flagsmith-python-client/issues/216)) + ([57dc7f4](https://github.com/Flagsmith/flagsmith-python-client/commit/57dc7f4ec6471949e12eba2ed9e17bd8b2dc7609)) + ## [5.3.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.3.0...v5.3.1) (2026-05-06) ### CI diff --git a/pyproject.toml b/pyproject.toml index 6852b37..08a86f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "5.3.1" +version = "5.3.2" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3"