From cb6a88eceadd7a15307b90af1397170c717a4292 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:42:29 +0000 Subject: [PATCH] chore(main): release 9.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ ldclient/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 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..4a456a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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-11) + + +### Bug Fixes + +* **deps:** Update pytest-mypy requirement from ==0.8.1 to ==0.10.3 ([#249](https://github.com/launchdarkly/python-server-sdk/issues/249)) ([f2e2e17](https://github.com/launchdarkly/python-server-sdk/commit/f2e2e1722f4d3a57ce0cbaf61db2efa11d35f748)) +* 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 d41f6f74..3889aa2c 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"