Skip to content

Commit 9ac4dc7

Browse files
chore(main): release 3.9.2 (#134)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bfcd454 commit 9ac4dc7

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-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.9.1"
2+
".": "3.9.2"
33
}

CHANGELOG.md

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

3+
## [3.9.2](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.9.1...v3.9.2) (2025-07-08)
4+
5+
### CI
6+
7+
- pre-commit autoupdate ([#128](https://github.com/Flagsmith/flagsmith-python-client/issues/128))
8+
([62c55a9](https://github.com/Flagsmith/flagsmith-python-client/commit/62c55a996c5b3929ff1a710b95d1289482d85cd3))
9+
10+
### Docs
11+
12+
- removing hero image from SDK readme ([#131](https://github.com/Flagsmith/flagsmith-python-client/issues/131))
13+
([80af1d8](https://github.com/Flagsmith/flagsmith-python-client/commit/80af1d8d4cc848029963d1f5fc55fe1e0feced0e))
14+
15+
### Other
16+
17+
- **actions:** Move project id to a var ([#126](https://github.com/Flagsmith/flagsmith-python-client/issues/126))
18+
([3bd7943](https://github.com/Flagsmith/flagsmith-python-client/commit/3bd7943439e880b270d7c1303f1606c9504cf402))
19+
- Add workflow to add new issues to engineering project
20+
([#124](https://github.com/Flagsmith/flagsmith-python-client/issues/124))
21+
([b67f9a6](https://github.com/Flagsmith/flagsmith-python-client/commit/b67f9a6c13467c12b476093362a8606b978f7456))
22+
- **ci:** show all sections in release please config
23+
([#132](https://github.com/Flagsmith/flagsmith-python-client/issues/132))
24+
([e684919](https://github.com/Flagsmith/flagsmith-python-client/commit/e684919ba7a8ab93de0fc8b7214d1e8abe664157))
25+
- **deps:** bump requests from 2.32.3 to 2.32.4
26+
([#129](https://github.com/Flagsmith/flagsmith-python-client/issues/129))
27+
([3019636](https://github.com/Flagsmith/flagsmith-python-client/commit/30196369bcfb55647f1456daee9e4f6da49963a7))
28+
- **deps:** update flagsmith-flag-engine ([#133](https://github.com/Flagsmith/flagsmith-python-client/issues/133))
29+
([bfcd454](https://github.com/Flagsmith/flagsmith-python-client/commit/bfcd454851a2b7b772e7937b94ccf4b1cdaba401))
30+
331
## [3.9.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.9.0...v3.9.1) (2025-04-29)
432

533
### 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 = "3.9.1"
3+
version = "3.9.2"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <[email protected]>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)