From 2a0c04aa25c840245d165acfc0e4c39f19df23a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:58:14 +0000 Subject: [PATCH] chore(main): release 9.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 2 +- ldclient/version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f943cbc2..6145226d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.10.0" + ".": "9.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e023810..50c76cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [9.11.0](https://github.com/launchdarkly/python-server-sdk/compare/9.10.0...9.11.0) (2025-04-08) + + +### Features + +* Add `postfork` method to re-initialize after forking ([#329](https://github.com/launchdarkly/python-server-sdk/issues/329)) ([581fcfb](https://github.com/launchdarkly/python-server-sdk/commit/581fcfb5d7df36219f5735e21097838c323c13da)) + ## [9.10.0](https://github.com/launchdarkly/python-server-sdk/compare/9.9.0...9.10.0) (2025-03-13) diff --git a/PROVENANCE.md b/PROVENANCE.md index 44a8e5f0..93335b6e 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the SDK to verify -SDK_VERSION=9.10.0 +SDK_VERSION=9.11.0 ``` diff --git a/ldclient/version.py b/ldclient/version.py index a5a2fc3d..024433b0 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "9.10.0" # x-release-please-version +VERSION = "9.11.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index c7bca19b..6094c0ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-server-sdk" -version = "9.10.0" +version = "9.11.0" description = "LaunchDarkly SDK for Python" authors = ["LaunchDarkly "] license = "Apache-2.0"