From 394d8e9284f9e3ed59675f13d10a398c2d0260a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:21:18 +0000 Subject: [PATCH] chore(main): release 9.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ ldclient/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9695e0ec..32ebf8e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.1.0" + ".": "9.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8651c98d..a5d22b12 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.1.1](https://github.com/launchdarkly/python-server-sdk/compare/9.1.0...9.1.1) (2024-01-05) + + +### Bug Fixes + +* Update missing version number change ([#238](https://github.com/launchdarkly/python-server-sdk/issues/238)) ([7efedc8](https://github.com/launchdarkly/python-server-sdk/commit/7efedc879d5b9d2b2decad8eb344cf39af80f993)) + ## [9.1.0](https://github.com/launchdarkly/python-server-sdk/compare/9.0.1...9.1.0) (2023-12-20) diff --git a/ldclient/version.py b/ldclient/version.py index ce654adb..7ce5bc18 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "9.1.0" # x-release-please-version +VERSION = "9.1.1" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index fff106b8..bd3ab40e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-server-sdk" -version = "9.1.0" +version = "9.1.1" description = "LaunchDarkly SDK for Python" authors = ["LaunchDarkly "] license = "Apache-2.0"