Skip to content

Commit 2ee9499

Browse files
chore(main): release 6.2.0 (#235)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 71128a4 commit 2ee9499

3 files changed

Lines changed: 15 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-
".": "6.1.0"
2+
".": "6.2.0"
33
}

CHANGELOG.md

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

3+
## [6.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.1.0...v6.2.0) (2026-08-07)
4+
5+
### Features
6+
7+
- Surface engine evaluation reason on flags ([#236](https://github.com/Flagsmith/flagsmith-python-client/issues/236))
8+
([71128a4](https://github.com/Flagsmith/flagsmith-python-client/commit/71128a4c0d6af6ba5ca473fd69a0d321db56976b))
9+
10+
### Bug Fixes
11+
12+
- Exposure events sent without a variant and duplicated within a flush interval
13+
([#233](https://github.com/Flagsmith/flagsmith-python-client/issues/233))
14+
([2c5e20e](https://github.com/Flagsmith/flagsmith-python-client/commit/2c5e20e4c39d4f51563d3c6b473cca69d8ba23c3))
15+
316
## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14)
417

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

0 commit comments

Comments
 (0)