Skip to content

Commit 88eca59

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.6.1
1 parent 0121ddb commit 88eca59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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.6.1] - 2023-02-07
6+
### Fixed:
7+
- Fixed indexing error raised by calling `all_flags_state` while using the `TestData` data source.
8+
59
## [7.6.0] - 2023-01-31
610
### Added:
711
- Introduced support for an `application` config property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.

ldclient/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.6.0"
1+
VERSION = "7.6.1"

0 commit comments

Comments
 (0)