Skip to content

Commit 27c8dcf

Browse files
authored
Merge pull request #88 from growthbook/release-please--branches--main
chore(main): release 1.4.10
2 parents e786dd8 + e6154f3 commit 27c8dcf

4 files changed

Lines changed: 10 additions & 3 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-
".": "1.4.9"
2+
".": "1.4.10"
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.10](https://github.com/growthbook/growthbook-python/compare/v1.4.9...v1.4.10) (2025-12-19)
4+
5+
6+
### Minor Enhancements
7+
8+
* Add user agent suffix optional prop - Merge pull request [#87](https://github.com/growthbook/growthbook-python/issues/87) from growthbook/fix/fetch-metadata ([e786dd8](https://github.com/growthbook/growthbook-python/commit/e786dd815f9a5608cbfb0681eba55b4cf0e94298))
9+
310
## [1.4.9](https://github.com/growthbook/growthbook-python/compare/v1.4.8...v1.4.9) (2025-12-06)
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.9"
21+
__version__ = "1.4.10"
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.9
2+
current_version = 1.4.10
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)