From 92f86e9c918f9443d29321763664389f588a9471 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 29 Sep 2022 13:15:13 +0000 Subject: [PATCH] Releasing version 7.5.1 --- CHANGELOG.md | 4 ++++ ldclient/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9699f8f5..c905eecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.5.1] - 2022-09-29 +### Added: +- Publishing this package now includes a pre-built wheel distribution in addition to the customary source distribution. + ## [7.5.0] - 2022-07-01 ### Added: - 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)!) diff --git a/ldclient/version.py b/ldclient/version.py index 94bf91ae..2d14753a 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "7.5.0" +VERSION = "7.5.1"