From 316092303aafd4090ad2a162ceefb708e7b30bbd Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 11 May 2026 17:28:43 +0100 Subject: [PATCH] chore(main): release 3.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d991167e..aff988ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.0" + ".": "3.9.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a58e143f..2076622d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [3.9.1](https://github.com/Flagsmith/flagsmith-common/compare/v3.9.0...v3.9.1) (2026-05-11) + + +### CI + +* pre-commit autoupdate ([#217](https://github.com/Flagsmith/flagsmith-common/issues/217)) ([4142b3a](https://github.com/Flagsmith/flagsmith-common/commit/4142b3a26654c206994404c60fbf41c11249369d)) + + +### Dependency Updates + +* update dependency django to v5.2.14 [security] ([#223](https://github.com/Flagsmith/flagsmith-common/issues/223)) ([de305e4](https://github.com/Flagsmith/flagsmith-common/commit/de305e469074796e417a37e0587be7eb89bb2b6f)) + + +### Bug Fixes + +* **test_tools:** Reset unlabeled metrics in `assert_metric` ([#224](https://github.com/Flagsmith/flagsmith-common/issues/224)) ([8a53e67](https://github.com/Flagsmith/flagsmith-common/commit/8a53e67e984522b1d525e79c5258246bf894f935)) + ## [3.9.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.8.2...v3.9.0) (2026-05-01) diff --git a/pyproject.toml b/pyproject.toml index 16022a17..ec95f822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "3.9.0" +version = "3.9.1" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [] diff --git a/uv.lock b/uv.lock index 9635d5db..371e1289 100644 --- a/uv.lock +++ b/uv.lock @@ -449,7 +449,7 @@ wheels = [ [[package]] name = "flagsmith-common" -version = "3.9.0" +version = "3.9.1" source = { editable = "." } [package.optional-dependencies]