diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1742f4f..a127374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.5.1...0.6.0) (2026-02-25) + + +### Features + +* Drop support for python 3.9 ([#40](https://github.com/launchdarkly/openfeature-python-server/issues/40)) ([369e120](https://github.com/launchdarkly/openfeature-python-server/commit/369e1203c89c5df23bb38e44b5609b2d5ac8d623)) + ## [0.5.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.5.0...0.5.1) (2025-11-04) diff --git a/docs/conf.py b/docs/conf.py index bb86492..ef73c58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ author = u'LaunchDarkly' # The short X.Y version. -version = '0.5.1' # x-release-please-version +version = '0.6.0' # x-release-please-version # The full version, including alpha/beta/rc tags. -release = '0.5.1' # x-release-please-version +release = '0.6.0' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9d6b948..63cd10e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-openfeature-server" -version = "0.5.1" +version = "0.6.0" description = "An OpenFeature provider for the LaunchDarkly Python server SDK" authors = ["LaunchDarkly "] license = "Apache-2.0"