Skip to content

Commit 528dc22

Browse files
merge from public after release
2 parents ebd092d + 0737295 commit 528dc22

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.0.1] - 2020-11-25
6+
### Fixed:
7+
- The logic for detecting uWSGI did not account for undocumented behavior in some environments where the `uwsgi` module is present in an incomplete state; this could cause an error on startup in such environments. Also, the log message about threading options related to uWSGI contained a broken link. (Thanks, [andrefreitas](https://github.com/launchdarkly/python-server-sdk/pull/148)!)
8+
59
## [7.0.0] - 2020-10-28
610
This major release is for Python compatibility updates and removal of deprecated APIs. It introduces no new functionality except type hints.
711

ldclient/version.py

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

0 commit comments

Comments
 (0)