Skip to content

Commit 56699fc

Browse files
authored
Merge pull request #58 from growthbook/release-please--branches--main
chore(main): release 1.4.1
2 parents ff6c2a7 + 13b1075 commit 56699fc

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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-
".": "1.4.0"
2+
".": "1.4.1"
33
}

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/growthbook/growthbook-python/compare/v1.4.0...v1.4.1) (2025-09-12)
4+
5+
6+
### Bug Fixes
7+
8+
* add timeout to SSE client ([ff6c2a7](https://github.com/growthbook/growthbook-python/commit/ff6c2a77269d691da984ef2e6b88405cf465caec))
9+
310
## [1.4.0](https://github.com/growthbook/growthbook-python/compare/v1.3.1...v1.4.0) (2025-09-09)
411

512

growthbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
)
1919

2020
# x-release-please-start-version
21-
__version__ = "1.4.0"
21+
__version__ = "1.4.1"
2222
# x-release-please-end

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.4.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)