Skip to content

Commit

Permalink
Releasing version 6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jul 13, 2020
1 parent 6d4ee4b commit 6c566a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.1] - 2020-07-13
### Fixed:
- A problem with the SDK's use of `urllib3.Retry` could prevent analytics event delivery from being retried after a network error or server error. ([#143](https://github.com/launchdarkly/python-server-sdk/issues/143))

## [6.13.0] - 2020-03-30
### Added:
- The new `Config` parameter `initial_reconnect_delay` allows customizing of the base retry delay for stream connections (that is, the delay for the first reconnection after a failure; subsequent retries use an exponential backoff).
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.13.0"
VERSION = "6.13.1"

0 comments on commit 6c566a6

Please sign in to comment.