We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44573be commit 9cdce32Copy full SHA for 9cdce32
3 files changed
CHANGELOG.md
@@ -2,7 +2,13 @@
2
3
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [3.0.3] - 2016-11-03
6
+### Changed
7
+- Add backoff when retryign stream connection.
8
+- More correct initialized state.
9
+
10
## [3.0.2] - 2016-10-26
11
12
- Better error handling when sending events.
13
14
## [3.0.1] - 2016-10-21
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "3.0.2"
+VERSION = "3.0.3"
setup.py
@@ -39,7 +39,7 @@ def run(self):
39
40
setup(
41
name='ldclient-py',
42
- version='3.0.2',
+ version='3.0.3',
43
author='LaunchDarkly',
44
author_email='team@launchdarkly.com',
45
packages=['ldclient'],
0 commit comments