From d2a22d538d2b4bc0780003575a83a82bf55f6e78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:46:39 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- .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 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f22fc4e..c15877b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.1...0.4.2) (2025-07-08) + + +### Bug Fixes + +* Fixed failing publish process ([#30](https://github.com/launchdarkly/openfeature-python-server/issues/30)) ([1c50d59](https://github.com/launchdarkly/openfeature-python-server/commit/1c50d594ff08aa962ab988759b33b162a83dd127)) + ## [0.4.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.0...0.4.1) (2025-07-07) diff --git a/docs/conf.py b/docs/conf.py index 63477f9..f0c3012 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ author = u'LaunchDarkly' # The short X.Y version. -version = '0.4.1' # x-release-please-version +version = '0.4.2' # x-release-please-version # The full version, including alpha/beta/rc tags. -release = '0.4.1' # x-release-please-version +release = '0.4.2' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index accf56a..7757262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-openfeature-server" -version = "0.4.1" +version = "0.4.2" description = "An OpenFeature provider for the LaunchDarkly Python server SDK" authors = ["LaunchDarkly "] license = "Apache-2.0"