diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 729b0ad5..9faefdca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.4"} \ No newline at end of file +{".":"0.0.5"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a4a611..98c7c3ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.5](https://github.com/open-feature/python-sdk/compare/v0.0.4...v0.0.5) (2022-11-22) + + +### Bug Fixes + +* Fix type checking ([#25](https://github.com/open-feature/python-sdk/issues/25)) ([50f5a48](https://github.com/open-feature/python-sdk/commit/50f5a484a012167aeebac4d99a47a336d146e243)) + + +### Documentation + +* Update pip install instructions ([#57](https://github.com/open-feature/python-sdk/issues/57)) ([dc6ed6f](https://github.com/open-feature/python-sdk/commit/dc6ed6f6d744d694ad08c5330c8c3d16189d9de3)) + ## [0.0.4](https://github.com/open-feature/python-sdk/compare/v0.0.3...v0.0.4) (2022-11-15) diff --git a/pyproject.toml b/pyproject.toml index 4da83c7f..392bf71b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openfeature_sdk" -version = "0.0.4" +version = "0.0.5" description = "Standardizing Feature Flagging for Everyone" readme = "readme.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }] diff --git a/readme.md b/readme.md index 3e457aa2..1ace9686 100644 --- a/readme.md +++ b/readme.md @@ -42,13 +42,13 @@ Each provider class may have further setup required i.e. secret keys, environmen Pip install ```bash -pip install openfeature-sdk==0.0.4 +pip install openfeature-sdk==0.0.5 ``` requirements.txt ```bash -openfeature-sdk==0.0.4 +openfeature-sdk==0.0.5 ``` ```python