Skip to content

Commit 187206e

Browse files
committed
chore(main): release 5.3.0
1 parent 0a4490f commit 187206e

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-
".": "5.2.0"
2+
".": "5.3.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+
## [5.3.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.2.0...v5.3.0) (2026-04-28)
4+
5+
6+
### Features
7+
8+
* Lazy identity-flag evaluation in local-eval mode ([#200](https://github.com/Flagsmith/flagsmith-python-client/issues/200)) ([f7750bb](https://github.com/Flagsmith/flagsmith-python-client/commit/f7750bbd4d3548fe5446a7e3e3a54c702ab9247d))
9+
10+
11+
### Other
12+
13+
* **deps:** bump urllib3 from 2.6.0 to 2.6.3 ([#190](https://github.com/Flagsmith/flagsmith-python-client/issues/190)) ([0a4490f](https://github.com/Flagsmith/flagsmith-python-client/commit/0a4490fdaebe90811ef4bd4570ec1ec6027263bc))
14+
315
## [5.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.1.1...v5.2.0) (2026-04-15)
416

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

0 commit comments

Comments
 (0)