Skip to content

Commit 21649a6

Browse files
chore(main): release 3.9.1 (#123)
* chore(main): release 3.9.1 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7d61a47 commit 21649a6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.9.0"
2+
".": "3.9.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.9.1](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.9.0...v3.9.1) (2025-04-29)
4+
5+
### Bug Fixes
6+
7+
- Fix HTTP requests not timing out
8+
([7d61a47](https://github.com/Flagsmith/flagsmith-python-client/commit/7d61a47d0e7ec500b77bec15403f655a159e01fa))
9+
310
## [3.9.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.8.0...v3.9.0) (2025-04-01)
411

512
### Features

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flagsmith"
3-
version = "3.9.0"
3+
version = "3.9.1"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <[email protected]>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)