Skip to content

Commit ae45cbd

Browse files
chore(main): release 5.2.0 (#193)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e9be90f commit ae45cbd

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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-
".": "5.1.1"
2+
".": "5.2.0"
33
}

CHANGELOG.md

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

3+
## [5.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.2.0) (2026-04-15)
4+
5+
### Features
6+
7+
- support-evaluation-tracking-api ([#196](https://github.com/Flagsmith/flagsmith-python-client/issues/196))
8+
([e9be90f](https://github.com/Flagsmith/flagsmith-python-client/commit/e9be90f9f1e6e14c5a00c495acbb917eb3bb1eb1))
9+
10+
### Other
11+
12+
- **deps-dev:** bump virtualenv from 20.34.0 to 20.36.1
13+
([#191](https://github.com/Flagsmith/flagsmith-python-client/issues/191))
14+
([0aa4231](https://github.com/Flagsmith/flagsmith-python-client/commit/0aa423183e6e665e0532a85019fbb40e625b1b5b))
15+
- Remove amannn/action-semantic-pull-request workflow
16+
([#194](https://github.com/Flagsmith/flagsmith-python-client/issues/194))
17+
([ccced7f](https://github.com/Flagsmith/flagsmith-python-client/commit/ccced7f0f36dadba1a4d75d8aa363d23be1bfea8))
18+
319
## [5.1.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.0...v5.1.1) (2026-01-05)
420

521
### Bug Fixes

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

0 commit comments

Comments
 (0)