Skip to content

Commit 7629de9

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.2.1
1 parent 90aff92 commit 7629de9

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+
## [8.2.1] - 2023-10-23
6+
### Fixed:
7+
- Replace deprecated `utcfromtimestamp` usage.
8+
59
## [8.2.0] - 2023-10-17
610
### Deprecated:
711
- Creating an `LDContext` using the legacy user format has been deprecated and will be removed in the next major release. To learn more, read the [Contexts documentation](https://docs.launchdarkly.com/guides/flags/intro-contexts).

ldclient/version.py

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

0 commit comments

Comments
 (0)