File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.7.5 " }
1
+ {"." :" 0.7.6 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.6] ( https://github.com/open-feature/python-sdk/compare/v0.7.5...v0.7.6 ) (2025-02-05)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * ** deps:** update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 ([ #430 ] ( https://github.com/open-feature/python-sdk/issues/430 ) ) ([ fe0fea1] ( https://github.com/open-feature/python-sdk/commit/fe0fea1f7328bb97c6985628be2f5c11bae13f22 ) )
9
+
3
10
## [ 0.7.5] ( https://github.com/open-feature/python-sdk/compare/v0.7.4...v0.7.5 ) (2025-01-31)
4
11
5
12
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.5 " >
23
- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.5 &color=blue&style=for-the-badge" />
22
+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.7.6 " >
23
+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.6 &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.5
63
+ pip install openfeature-sdk==0.7.6
64
64
```
65
65
66
66
#### requirements.txt
67
67
68
68
``` bash
69
- openfeature-sdk==0.7.5
69
+ openfeature-sdk==0.7.6
70
70
```
71
71
72
72
``` python
Original file line number Diff line number Diff line change 1
- __version__ = "0.7.5 "
1
+ __version__ = "0.7.6 "
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.5 "
8
+ version = " 0.7.6 "
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