Skip to content

Commit 92f86e9

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.5.1
1 parent fd83aa1 commit 92f86e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.5.1] - 2022-09-29
6+
### Added:
7+
- Publishing this package now includes a pre-built wheel distribution in addition to the customary source distribution.
8+
59
## [7.5.0] - 2022-07-01
610
### Added:
711
- A new `redis_opts` parameter is available when configuring a [Redis feature or Big Segment store](https://launchdarkly-python-sdk.readthedocs.io/en/latest/api-integrations.html#ldclient.integrations.Redis). This parameter will be passed through to the underlying redis driver, allowing for greater configurability. (Thanks, [danie1k](https://github.com/launchdarkly/python-server-sdk/pull/170)!)

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.5.0"
1+
VERSION = "7.5.1"

0 commit comments

Comments
 (0)