Skip to content

Commit 37becd6

Browse files
committed
chore(main): release 6.1.0
1 parent 2da1a5e commit 37becd6

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.0"
2+
".": "6.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### CI
12+
13+
* pre-commit autoupdate ([#230](https://github.com/Flagsmith/flagsmith-python-client/issues/230)) ([896390d](https://github.com/Flagsmith/flagsmith-python-client/commit/896390dcae3352bb429ba89ddc9a79572d0d60b7))
14+
315
## [6.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v6.0.0) (2026-06-26)
416

517
### ⚠ BREAKING CHANGES

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flagsmith"
3-
version = "6.0.0"
3+
version = "6.1.0"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <support@flagsmith.com>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)