Skip to content

Commit 51d6693

Browse files
chore(main): release 6.0.0 (#225)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f00eff9 commit 51d6693

3 files changed

Lines changed: 39 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-
".": "5.5.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.5.0...v6.0.0) (2026-06-26)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- drop Python 3.9 support to allow urllib3 >=2.7.0
8+
([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227))
9+
10+
### Features
11+
12+
- only track exposure when experiment feature is enabled
13+
([#226](https://github.com/Flagsmith/flagsmith-python-client/issues/226))
14+
([30112aa](https://github.com/Flagsmith/flagsmith-python-client/commit/30112aa187af66c00171000b199e158c88142b7c))
15+
16+
### Bug Fixes
17+
18+
- Background threads leaking across tests ([#229](https://github.com/Flagsmith/flagsmith-python-client/issues/229))
19+
([0615a9d](https://github.com/Flagsmith/flagsmith-python-client/commit/0615a9d760b047ae8a02dec8ac412f171e9e7f5e))
20+
21+
### CI
22+
23+
- pre-commit autoupdate ([#219](https://github.com/Flagsmith/flagsmith-python-client/issues/219))
24+
([134e6b6](https://github.com/Flagsmith/flagsmith-python-client/commit/134e6b65ebe11e89a37ae2d1c98b487871d5a216))
25+
26+
### Dependency Updates
27+
28+
- drop Python 3.9 support to allow urllib3 &gt;=2.7.0
29+
([#227](https://github.com/Flagsmith/flagsmith-python-client/issues/227))
30+
([814e67e](https://github.com/Flagsmith/flagsmith-python-client/commit/814e67ef1e1e5905dfcfdfd3e629cdf3fc7855e6))
31+
32+
### Other
33+
34+
- **deps-dev:** bump pytest from 7.4.4 to 9.0.3
35+
([#228](https://github.com/Flagsmith/flagsmith-python-client/issues/228))
36+
([f00eff9](https://github.com/Flagsmith/flagsmith-python-client/commit/f00eff954527e5d031789be7a33466c05f9d1adb))
37+
- **deps:** bump idna from 3.10 to 3.15 ([#218](https://github.com/Flagsmith/flagsmith-python-client/issues/218))
38+
([4d71722](https://github.com/Flagsmith/flagsmith-python-client/commit/4d71722421d3692af07d68bbf71216b4de1b2eed))
39+
340
## [5.5.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.4.0...v5.5.0) (2026-06-09)
441

542
### Features

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 = "5.5.0"
3+
version = "6.0.0"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <support@flagsmith.com>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)