From 0b115e17abc3c72106623ef56af72c216136fcdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:31:43 +0000 Subject: [PATCH] chore(main): release 9.16.1 --- .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 7bbb05de..5de0df11 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.16.0" + ".": "9.16.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 923c867b..a79a7f0a 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.16.1](https://github.com/launchdarkly/python-server-sdk/compare/9.16.0...9.16.1) (2026-06-25) + + +### Bug Fixes + +* Correct data source error reporting ([#447](https://github.com/launchdarkly/python-server-sdk/issues/447)) ([25c2b8d](https://github.com/launchdarkly/python-server-sdk/commit/25c2b8d9f0ede9b147276e6c69f8942964f66649)) + ## [9.16.0](https://github.com/launchdarkly/python-server-sdk/compare/9.15.1...9.16.0) (2026-06-08) diff --git a/PROVENANCE.md b/PROVENANCE.md index d38e2cb3..8937cf39 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=9.16.0 +SDK_VERSION=9.16.1 ``` diff --git a/ldclient/version.py b/ldclient/version.py index 1d98ff49..7c778135 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "9.16.0" # x-release-please-version +VERSION = "9.16.1" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 8672bb94..adb78dbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "launchdarkly-server-sdk" -version = "9.16.0" +version = "9.16.1" description = "LaunchDarkly SDK for Python" authors = [ {name = "LaunchDarkly", email = "dev@launchdarkly.com"}