Skip to content

Commit 47ec56b

Browse files
chore(main): release 4.0.0 (#149)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a0e96c9 commit 47ec56b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.10.1...v4.0.0) (2025-09-02)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- Engine V7 compatibility ([#150](https://github.com/Flagsmith/flagsmith-python-client/issues/150))
8+
9+
### Features
10+
11+
- Engine V7 compatibility ([#150](https://github.com/Flagsmith/flagsmith-python-client/issues/150))
12+
([5ecb078](https://github.com/Flagsmith/flagsmith-python-client/commit/5ecb0788b6c2903826210e0c453d68769220d250))
13+
- Standardised `User-Agent` ([#152](https://github.com/Flagsmith/flagsmith-python-client/issues/152))
14+
([a0e96c9](https://github.com/Flagsmith/flagsmith-python-client/commit/a0e96c907f3401eb9fd801af05400e4ce92f8feb))
15+
16+
### Other
17+
18+
- Add `CODEOWNERS` ([#148](https://github.com/Flagsmith/flagsmith-python-client/issues/148))
19+
([a55a921](https://github.com/Flagsmith/flagsmith-python-client/commit/a55a92136699af06390a6570850d45464dcad7aa))
20+
321
## [3.10.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.10.0...v3.10.1) (2025-08-21)
422

523
### CI

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 = "3.10.1"
3+
version = "4.0.0"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <[email protected]>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)