Skip to content

Commit 352b115

Browse files
authored
Merge pull request #47 from growthbook/release-please--branches--main
chore(main): release 1.3.0
2 parents ef6529a + adff699 commit 352b115

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/growthbook/growthbook-python/compare/v1.2.0...v1.3.0) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* tracking plugins ([fde4d42](https://github.com/growthbook/growthbook-python/commit/fde4d4283343758ca1ec034052b8bdb2c0639b22))
9+
10+
11+
### Bug Fixes
12+
13+
* tracking plugins and Caching ([ef6529a](https://github.com/growthbook/growthbook-python/commit/ef6529a113f5c1b074a9b700232d2e3343a6b152))
14+
315
## [1.2.1](https://github.com/growthbook/growthbook-python/compare/v1.1.0...v) (2024-XX-XX)
416

517
### Bug Fixes

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.2.1"
21+
__version__ = "1.3.0"
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.2.0
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)