Skip to content

Commit 4e80645

Browse files
committed
chore(main): release 4.0.0
1 parent a0e96c9 commit 4e80645

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Engine V7 compatibility ([#150](https://github.com/Flagsmith/flagsmith-python-client/issues/150))
9+
10+
### Features
11+
12+
* Engine V7 compatibility ([#150](https://github.com/Flagsmith/flagsmith-python-client/issues/150)) ([5ecb078](https://github.com/Flagsmith/flagsmith-python-client/commit/5ecb0788b6c2903826210e0c453d68769220d250))
13+
* Standardised `User-Agent` ([#152](https://github.com/Flagsmith/flagsmith-python-client/issues/152)) ([a0e96c9](https://github.com/Flagsmith/flagsmith-python-client/commit/a0e96c907f3401eb9fd801af05400e4ce92f8feb))
14+
15+
16+
### Other
17+
18+
* Add `CODEOWNERS` ([#148](https://github.com/Flagsmith/flagsmith-python-client/issues/148)) ([a55a921](https://github.com/Flagsmith/flagsmith-python-client/commit/a55a92136699af06390a6570850d45464dcad7aa))
19+
320
## [3.10.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.10.0...v3.10.1) (2025-08-21)
421

522
### 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)