Skip to content

Commit

Permalink
Releasing version 6.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Feb 23, 2021
1 parent f9ce3b9 commit 953c126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## [6.13.3] - 2021-02-23
### Fixed:
- The SDK could fail to send debug events when event debugging was enabled on the LaunchDarkly dashboard, if the application server's time zone was not GMT.

## [6.13.2] - 2020-09-21
### Fixed:
- The SDK was not recognizing proxy authorization parameters included in a proxy URL (example: `http://username:password@proxyhost:port`). It will now use these parameters if present, regardless of whether you set the proxy URL programmatically or in an environment variable. (Thanks, [gangeli](https://github.com/launchdarkly/python-server-sdk/pull/145)!)
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
@@ -1 +1 @@
VERSION = "6.13.2"
VERSION = "6.13.3"

0 comments on commit 953c126

Please sign in to comment.