File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.4.1 " }
1
+ {"." :" 0.4.2 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.2] ( https://github.com/open-feature/python-sdk/compare/v0.4.1...v0.4.2 ) (2024-01-09)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * document shutdown function ([ #237 ] ( https://github.com/open-feature/python-sdk/issues/237 ) ) ([ 95d69e2] ( https://github.com/open-feature/python-sdk/commit/95d69e27b3f6b9cb9f716ae4b2d5b0879c0253e3 ) )
9
+
3
10
## [ 0.4.1] ( https://github.com/open-feature/python-sdk/compare/v0.4.0...v0.4.1 ) (2023-11-08)
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.4.1 " >
23
- <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.4.1 &color=blue&style=for-the-badge" />
22
+ <a href =" https://github.com/open-feature/python-sdk/releases/tag/v0.4.2 " >
23
+ <img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.4.2 &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.4.1
63
+ pip install openfeature-sdk==0.4.2
64
64
```
65
65
66
66
#### requirements.txt
67
67
68
68
``` bash
69
- openfeature-sdk==0.4.1
69
+ openfeature-sdk==0.4.2
70
70
```
71
71
72
72
``` python
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
6
6
[project ]
7
7
name = " openfeature_sdk"
8
- version = " 0.4.1 "
8
+ version = " 0.4.2 "
9
9
description = " Standardizing Feature Flagging for Everyone"
10
10
readme = " README.md"
11
11
authors = [{
name =
" OpenFeature" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments