From cb492d59a7f09add0a938899cfc33f6c048a4627 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:40:59 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- readme.md | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64c0d41e..5675f452 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} \ No newline at end of file +{".":"0.3.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b86baac..c0883cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 51a9ea62..b363bbcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }] diff --git a/readme.md b/readme.md index 9911584a..13564bd0 100644 --- a/readme.md +++ b/readme.md @@ -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