File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.7.2 " }
1
+ {"." :" 0.7.3 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.3] ( https://github.com/open-feature/python-sdk/compare/v0.7.2...v0.7.3 ) (2024-11-19)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * ** deps:** update codecov/codecov-action action to v5 ([ #386 ] ( https://github.com/open-feature/python-sdk/issues/386 ) ) ([ 6cd570f] ( https://github.com/open-feature/python-sdk/commit/6cd570f64cb50473e0a046d5928e114157598d78 ) )
9
+ * ** deps:** update codecov/codecov-action action to v5.0.2 ([ #388 ] ( https://github.com/open-feature/python-sdk/issues/388 ) ) ([ e72e329] ( https://github.com/open-feature/python-sdk/commit/e72e329a2acda0a0399ef2faa04c9b7f3b29bb65 ) )
10
+ * ** deps:** update codecov/codecov-action action to v5.0.3 ([ #390 ] ( https://github.com/open-feature/python-sdk/issues/390 ) ) ([ 3fb7cbc] ( https://github.com/open-feature/python-sdk/commit/3fb7cbc3ddcc9016ed51e890d9648f1f96284170 ) )
11
+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.7.2 ([ #381 ] ( https://github.com/open-feature/python-sdk/issues/381 ) ) ([ 2d8fadf] ( https://github.com/open-feature/python-sdk/commit/2d8fadf40afb98e2915b645278358fca367447d7 ) )
12
+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.7.3 ([ #384 ] ( https://github.com/open-feature/python-sdk/issues/384 ) ) ([ 1eb6f4c] ( https://github.com/open-feature/python-sdk/commit/1eb6f4c6558f3dd20cb2389f9650a6476ca20fcb ) )
13
+ * ** deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.7.4 ([ #387 ] ( https://github.com/open-feature/python-sdk/issues/387 ) ) ([ 3d77f24] ( https://github.com/open-feature/python-sdk/commit/3d77f2410751646380f58a77cad0fd5851da30b5 ) )
14
+
3
15
## [ 0.7.2] ( https://github.com/open-feature/python-sdk/compare/v0.7.1...v0.7.2 ) (2024-10-24)
4
16
5
17
Original file line number Diff line number Diff line change 19
19
20
20
<!-- x-release-please-start-version -->
21
21
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" />
22
+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.7.3 " >
23
+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.3 &color=blue&style=for-the-badge" />
24
24
</a >
25
25
26
26
<!-- x-release-please-end -->
60
60
#### Pip install
61
61
62
62
``` bash
63
- pip install openfeature-sdk==0.7.2
63
+ pip install openfeature-sdk==0.7.3
64
64
```
65
65
66
66
#### requirements.txt
67
67
68
68
``` bash
69
- openfeature-sdk==0.7.2
69
+ openfeature-sdk==0.7.3
70
70
```
71
71
72
72
``` python
Original file line number Diff line number Diff line change 1
- __version__ = "0.7.2 "
1
+ __version__ = "0.7.3 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
6
6
[project ]
7
7
name = " openfeature_sdk"
8
- version = " 0.7.2 "
8
+ version = " 0.7.3 "
9
9
description = " Standardizing Feature Flagging for Everyone"
10
10
readme = " README.md"
11
11
authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
You can’t perform that action at this time.
0 commit comments