File tree Expand file tree Collapse file tree 5 files changed +24
-7
lines changed Expand file tree Collapse file tree 5 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.7.1 " }
1+ {"." :" 0.7.2 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.2] ( https://github.com/open-feature/python-sdk/compare/v0.7.1...v0.7.2 ) (2024-09-21)
4+
5+
6+ ### 🧹 Chore
7+
8+ * add Python 3.13 ([ #364 ] ( https://github.com/open-feature/python-sdk/issues/364 ) ) ([ ca4d589] ( https://github.com/open-feature/python-sdk/commit/ca4d589456a7c3ca1a8ba448592687c7909bf75d ) )
9+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.5.7 ([ #357 ] ( https://github.com/open-feature/python-sdk/issues/357 ) ) ([ a691480] ( https://github.com/open-feature/python-sdk/commit/a6914808b8ed4338d332b333a734fb441b09d3d8 ) )
10+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.0 ([ #359 ] ( https://github.com/open-feature/python-sdk/issues/359 ) ) ([ e538f86] ( https://github.com/open-feature/python-sdk/commit/e538f86e76958a40400e41838ee3fd81a4f11dd9 ) )
11+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.1 ([ #360 ] ( https://github.com/open-feature/python-sdk/issues/360 ) ) ([ 90d417d] ( https://github.com/open-feature/python-sdk/commit/90d417dbd3940b99dc5d9fe945f351f0296a4058 ) )
12+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.2 ([ #361 ] ( https://github.com/open-feature/python-sdk/issues/361 ) ) ([ 8e6a530] ( https://github.com/open-feature/python-sdk/commit/8e6a530040f122cdd1861dce883aebb725542932 ) )
13+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.3 ([ #363 ] ( https://github.com/open-feature/python-sdk/issues/363 ) ) ([ 6e316a2] ( https://github.com/open-feature/python-sdk/commit/6e316a216a50848959154f25bfcac17953910fcd ) )
14+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.4 ([ #365 ] ( https://github.com/open-feature/python-sdk/issues/365 ) ) ([ e57ff78] ( https://github.com/open-feature/python-sdk/commit/e57ff783064f1097609e807d9b781b252792b922 ) )
15+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.5 ([ #366 ] ( https://github.com/open-feature/python-sdk/issues/366 ) ) ([ 4959144] ( https://github.com/open-feature/python-sdk/commit/4959144a5016f60c13791154ef8a43108a8d8568 ) )
16+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.6 ([ #367 ] ( https://github.com/open-feature/python-sdk/issues/367 ) ) ([ a334f20] ( https://github.com/open-feature/python-sdk/commit/a334f202515949f29ea4a47912881f84cbfc9a93 ) )
17+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.6.7 ([ #369 ] ( https://github.com/open-feature/python-sdk/issues/369 ) ) ([ 65b0f1a] ( https://github.com/open-feature/python-sdk/commit/65b0f1a374b692a1a55635b78355776524c2ac1a ) )
18+ * ** deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.11.2 ([ #362 ] ( https://github.com/open-feature/python-sdk/issues/362 ) ) ([ f38ff91] ( https://github.com/open-feature/python-sdk/commit/f38ff919bde09fa76b50992b8fb05ae3f2397936 ) )
19+
320## [ 0.7.1] ( https://github.com/open-feature/python-sdk/compare/v0.7.0...v0.7.1 ) (2024-08-02)
421
522
Original file line number Diff line number Diff line change 1919
2020 <!-- x-release-please-start-version -->
2121
22- <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.7.1 " >
23- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.1 &color=blue&style=for-the-badge" />
22+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.7.2 " >
23+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.2 &color=blue&style=for-the-badge" />
2424 </a >
2525
2626 <!-- x-release-please-end -->
6060#### Pip install
6161
6262``` bash
63- pip install openfeature-sdk==0.7.1
63+ pip install openfeature-sdk==0.7.2
6464```
6565
6666#### requirements.txt
6767
6868``` bash
69- openfeature-sdk==0.7.1
69+ openfeature-sdk==0.7.2
7070```
7171
7272``` python
Original file line number Diff line number Diff line change 1- __version__ = "0.7.1 "
1+ __version__ = "0.7.2 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
66[project ]
77name = " openfeature_sdk"
8- version = " 0.7.1 "
8+ version = " 0.7.2 "
99description = " Standardizing Feature Flagging for Everyone"
1010readme = " README.md"
1111authors = [{
name =
" OpenFeature" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments