From 68423423b48d8b99ff6d97d2155bea1dc6ce0c7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 21:11:18 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ docs/conf.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..210d290 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b549b8..1742f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.5.0...0.5.1) (2025-11-04) + + +### Bug Fixes + +* Remove tests package ([#37](https://github.com/launchdarkly/openfeature-python-server/issues/37)) ([612c3c4](https://github.com/launchdarkly/openfeature-python-server/commit/612c3c4e774eb6de954047cdcf3a285c9ffeea01)), closes [#36](https://github.com/launchdarkly/openfeature-python-server/issues/36) + ## [0.5.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.2...0.5.0) (2025-10-29) diff --git a/docs/conf.py b/docs/conf.py index fd37005..bb86492 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ author = u'LaunchDarkly' # The short X.Y version. -version = '0.5.0' # x-release-please-version +version = '0.5.1' # x-release-please-version # The full version, including alpha/beta/rc tags. -release = '0.5.0' # x-release-please-version +release = '0.5.1' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index cf5473b..eaee478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-openfeature-server" -version = "0.5.0" +version = "0.5.1" description = "An OpenFeature provider for the LaunchDarkly Python server SDK" authors = ["LaunchDarkly "] license = "Apache-2.0"