chore(main): release 0.3.1 (#200)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c544918d65
commit
544ae0e0ff
|
|
@ -1 +1 @@
|
|||
{".":"0.3.0"}
|
||||
{".":"0.3.1"}
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [0.3.1](https://github.com/open-feature/python-sdk/compare/v0.3.0...v0.3.1) (2023-09-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* make openfeature an implicit namespace package ([#199](https://github.com/open-feature/python-sdk/issues/199)) ([c544918](https://github.com/open-feature/python-sdk/commit/c544918d65c2b0af621ec9e2261784e9a715dd9d))
|
||||
|
||||
## [0.3.0](https://github.com/open-feature/python-sdk/compare/v0.2.0...v0.3.0) (2023-09-25)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "openfeature_sdk"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "Standardizing Feature Flagging for Everyone"
|
||||
readme = "readme.md"
|
||||
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]
|
||||
|
|
|
|||
|
|
@ -37,13 +37,13 @@ This library is intended to be used in server-side contexts and has not been eva
|
|||
Pip install
|
||||
|
||||
```bash
|
||||
pip install openfeature-sdk==0.3.0
|
||||
pip install openfeature-sdk==0.3.1
|
||||
```
|
||||
|
||||
requirements.txt
|
||||
|
||||
```bash
|
||||
openfeature-sdk==0.3.0
|
||||
openfeature-sdk==0.3.1
|
||||
```
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Reference in New Issue