We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d1e99 commit 252fb5aCopy full SHA for 252fb5a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [9.0.1] - 2023-10-27
6
+### Fixed:
7
+- Replace deprecated `utcfromtimestamp` usage.
8
+
9
## [8.2.1] - 2023-10-23
10
### Fixed:
11
- Replace deprecated `utcfromtimestamp` usage.
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "9.0.0"
+VERSION = "9.0.1"
0 commit comments