Skip to content

Commit

Permalink
Releasing version 6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Nov 21, 2019
1 parent eb3b605 commit 8adfe4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [6.11.1] - 2019-11-21
### Fixed:
- Fixed an incompatibility with Python 3.3 due to an unpinned dependency on `expiringdict`.
- Fixed usages that caused a `SyntaxWarning` in Python 3.8. (Thanks, [bunchesofdonald](https://github.com/launchdarkly/python-server-sdk/pull/133)!)
- Updated CI scripts so a `SyntaxWarning` will always cause a build failure, and added a 3.8 build.

## [6.11.0] - 2019-10-31
### Added:
- 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)!)
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "6.11.0"
VERSION = "6.11.1"

0 comments on commit 8adfe4c

Please sign in to comment.