From ec74ff84b0bc1ee5d9196aecd41ccfaa8899b880 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:46:08 -0400 Subject: [PATCH] chore(main): release 9.7.1 (#310) :robot: I have created a release *beep* *boop* --- ## [9.7.1](https://github.com/launchdarkly/python-server-sdk/compare/9.7.0...9.7.1) (2024-08-26) ### Bug Fixes * Skip empty hosts when processing NO_PROXY variable ([#309](https://github.com/launchdarkly/python-server-sdk/issues/309)) ([82d8117](https://github.com/launchdarkly/python-server-sdk/commit/82d8117bcc375ffd8c3028589905dd4005e31b5a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 f7114b0..e5f4a27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.7.0" + ".": "9.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac9e19..4e4ec0d 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.7.1](https://github.com/launchdarkly/python-server-sdk/compare/9.7.0...9.7.1) (2024-08-26) + + +### Bug Fixes + +* Skip empty hosts when processing NO_PROXY variable ([#309](https://github.com/launchdarkly/python-server-sdk/issues/309)) ([82d8117](https://github.com/launchdarkly/python-server-sdk/commit/82d8117bcc375ffd8c3028589905dd4005e31b5a)) + ## [9.7.0](https://github.com/launchdarkly/python-server-sdk/compare/9.6.0...9.7.0) (2024-08-20) diff --git a/PROVENANCE.md b/PROVENANCE.md index af44556..ec040bc 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.7.0 +SDK_VERSION=9.7.1 ``` diff --git a/ldclient/version.py b/ldclient/version.py index 700bd31..43ac8cc 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "9.7.0" # x-release-please-version +VERSION = "9.7.1" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 55e9b05..763b47a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-server-sdk" -version = "9.7.0" +version = "9.7.1" description = "LaunchDarkly SDK for Python" authors = ["LaunchDarkly "] license = "Apache-2.0"