chore(main): release 0.7.4 (#397)

This commit is contained in:
OpenFeature Bot 2024-11-25 04:29:26 -05:00 committed by GitHub
parent cd737a9a6a
commit e6ada0f413
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 14 additions and 7 deletions

View File

@ -1 +1 @@
{".":"0.7.3"}
{".":"0.7.4"}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.7.4](https://github.com/open-feature/python-sdk/compare/v0.7.3...v0.7.4) (2024-11-25)
### 🧹 Chore
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.0 ([#395](https://github.com/open-feature/python-sdk/issues/395)) ([cd737a9](https://github.com/open-feature/python-sdk/commit/cd737a9a6aeb6ff64050f759749aab96e73a8c34))
## [0.7.3](https://github.com/open-feature/python-sdk/compare/v0.7.2...v0.7.3) (2024-11-24)

View File

@ -19,8 +19,8 @@
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.7.3">
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.3&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/python-sdk/releases/tag/v0.7.4">
<img alt="Latest version" src="https://img.shields.io/static/v1?label=release&message=v0.7.4&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
@ -60,13 +60,13 @@
#### Pip install
```bash
pip install openfeature-sdk==0.7.3
pip install openfeature-sdk==0.7.4
```
#### requirements.txt
```bash
openfeature-sdk==0.7.3
openfeature-sdk==0.7.4
```
```python

View File

@ -1 +1 @@
__version__ = "0.7.3"
__version__ = "0.7.4"

View File

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "openfeature_sdk"
version = "0.7.3"
version = "0.7.4"
description = "Standardizing Feature Flagging for Everyone"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]