Skip to content

Commit 8adfe4c

Browse files
Releasing version 6.11.1
1 parent eb3b605 commit 8adfe4c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [6.11.1] - 2019-11-21
6+
### Fixed:
7+
- Fixed an incompatibility with Python 3.3 due to an unpinned dependency on `expiringdict`.
8+
- Fixed usages that caused a `SyntaxWarning` in Python 3.8. (Thanks, [bunchesofdonald](https://github.com/launchdarkly/python-server-sdk/pull/133)!)
9+
- Updated CI scripts so a `SyntaxWarning` will always cause a build failure, and added a 3.8 build.
10+
511
## [6.11.0] - 2019-10-31
612
### Added:
713
- The new `Config` parameter `http_proxy` allows you to specify a proxy server programmatically rather than by using environment variables. This may be helpful if you want the SDK to use a proxy, but do not want other Python code to use the proxy. (Thanks, [gangeli](https://github.com/launchdarkly/python-server-sdk/pull/130)!)

ldclient/version.py

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

0 commit comments

Comments
 (0)