From 37becd66dd2022d8948729de2ec6f845de4b1200 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:49:35 +0100 Subject: [PATCH 1/2] chore(main): release 6.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 70fbe25..d63d575 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bbc8f1..5d8eb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14) + + +### Features + +* add analytics_url to send flag analytics to a different host ([#215](https://github.com/Flagsmith/flagsmith-python-client/issues/215)) ([2da1a5e](https://github.com/Flagsmith/flagsmith-python-client/commit/2da1a5ec79d309e7789aef681d56479baf335496)) + + +### CI + +* pre-commit autoupdate ([#230](https://github.com/Flagsmith/flagsmith-python-client/issues/230)) ([896390d](https://github.com/Flagsmith/flagsmith-python-client/commit/896390dcae3352bb429ba89ddc9a79572d0d60b7)) + ## [6.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v6.0.0) (2026-06-26) ### ⚠ BREAKING CHANGES diff --git a/pyproject.toml b/pyproject.toml index 1e92556..8f913c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "6.0.0" +version = "6.1.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" From cd433d0e83d770b03c34a405e3bdf88466a152d8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:49:44 +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, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8eb14..9630e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,16 @@ ## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14) - ### Features -* add analytics_url to send flag analytics to a different host ([#215](https://github.com/Flagsmith/flagsmith-python-client/issues/215)) ([2da1a5e](https://github.com/Flagsmith/flagsmith-python-client/commit/2da1a5ec79d309e7789aef681d56479baf335496)) - +- add analytics_url to send flag analytics to a different host + ([#215](https://github.com/Flagsmith/flagsmith-python-client/issues/215)) + ([2da1a5e](https://github.com/Flagsmith/flagsmith-python-client/commit/2da1a5ec79d309e7789aef681d56479baf335496)) ### CI -* pre-commit autoupdate ([#230](https://github.com/Flagsmith/flagsmith-python-client/issues/230)) ([896390d](https://github.com/Flagsmith/flagsmith-python-client/commit/896390dcae3352bb429ba89ddc9a79572d0d60b7)) +- pre-commit autoupdate ([#230](https://github.com/Flagsmith/flagsmith-python-client/issues/230)) + ([896390d](https://github.com/Flagsmith/flagsmith-python-client/commit/896390dcae3352bb429ba89ddc9a79572d0d60b7)) ## [6.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v6.0.0) (2026-06-26)