Skip to content

Commit 7996c7b

Browse files
chore(main): release 5.0.3 (#178)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cf54be5 commit 7996c7b

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-
".": "5.0.2"
2+
".": "5.0.3"
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+
## [5.0.3](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.2...v5.0.3) (2025-11-25)
4+
5+
### Bug Fixes
6+
7+
- `get_environment_flags` includes segments in evaluation context
8+
([#179](https://github.com/Flagsmith/flagsmith-python-client/issues/179))
9+
([470c4e3](https://github.com/Flagsmith/flagsmith-python-client/commit/470c4e3e71be55795387ab023b4fe6f7623d6aec))
10+
11+
### Dependency Updates
12+
13+
- Bump `flagsmith-flag-engine` to 10.0.3 ([#182](https://github.com/Flagsmith/flagsmith-python-client/issues/182))
14+
([cf54be5](https://github.com/Flagsmith/flagsmith-python-client/commit/cf54be555b3d3178cd1494e8fc775b0283ad1ee9))
15+
16+
### Other
17+
18+
- Standardize engine metadata ([#177](https://github.com/Flagsmith/flagsmith-python-client/issues/177))
19+
([c0d57ec](https://github.com/Flagsmith/flagsmith-python-client/commit/c0d57ec4cd208b79908298e6cf9a3504e5d42fda))
20+
321
## [5.0.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v5.0.1...v5.0.2) (2025-10-30)
422

523
### Dependency Updates

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

0 commit comments

Comments
 (0)