Skip to content

Commit

Permalink
chore(main): release 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2024
1 parent f2e2e17 commit cb6a88e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.1.0"
".": "9.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "9.1.0" # x-release-please-version
VERSION = "9.1.1" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <dev@launchdarkly.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit cb6a88e

Please sign in to comment.