File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
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
4
5
+ ## [ 3.0.3] - 2016-11-03
6
+ ### Changed
7
+ - Add backoff when retryign stream connection.
8
+ - More correct initialized state.
9
+
5
10
## [ 3.0.2] - 2016-10-26
11
+ ### Changed
6
12
- Better error handling when sending events.
7
13
8
14
## [ 3.0.1] - 2016-10-21
Original file line number Diff line number Diff line change 1
- VERSION = "3.0.2 "
1
+ VERSION = "3.0.3 "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def run(self):
39
39
40
40
setup (
41
41
name = 'ldclient-py' ,
42
- version = '3.0.2 ' ,
42
+ version = '3.0.3 ' ,
43
43
author = 'LaunchDarkly' ,
44
44
45
45
packages = ['ldclient' ],
You can’t perform that action at this time.
0 commit comments