Skip to content

Commit 112f742

Browse files
authored
Merge pull request #100 from growthbook/release-please--branches--main
chore(main): release 2.1.3
2 parents 8ed4d4e + 1cd8d2b commit 112f742

4 files changed

Lines changed: 12 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-
".": "2.1.2"
2+
".": "2.1.3"
33
}

CHANGELOG.md

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

3+
## [2.1.3](https://github.com/growthbook/growthbook-python/compare/v2.1.2...v2.1.3) (2026-02-05)
4+
5+
6+
### Features
7+
8+
* Supporting Dict Subclasses in Evaluation - Merge pull request [#99](https://github.com/growthbook/growthbook-python/issues/99) from growthbook/feat/isInstanceTypeCheck ([8ed4d4e](https://github.com/growthbook/growthbook-python/commit/8ed4d4e1aaf5b79408d60b16f856d66146600f91))
9+
* Replaced all type(x) is T checks with isinstance(x, T).
10+
* Updated getType, getPath, compare, and operator functions to use these new checks.
11+
312
## [2.1.2](https://github.com/growthbook/growthbook-python/compare/v2.1.1...v2.1.2) (2026-01-29)
413

514

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__ = "2.1.2"
21+
__version__ = "2.1.3"
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 = 2.1.2
2+
current_version = 2.1.3
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)