Skip to content

Commit 18f62be

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.6.0
1 parent c06f80f commit 18f62be

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.6.0] - 2023-01-31
6+
### Added:
7+
- 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.
8+
59
## [7.5.1] - 2022-09-29
610
### Added:
711
- Publishing this package now includes a pre-built wheel distribution in addition to the customary source distribution.

ldclient/version.py

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

0 commit comments

Comments
 (0)