File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-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
+ ## [ 4.0.1] - 2017-01-10
6
+ ### Changed
7
+ - RedisFeatureStore now returns default when Redis errors occur
8
+ - Better detection of stream connection issues.
9
+
5
10
## [ 4.0.0] - 2016-11-18
6
11
### Changed
7
12
- Changing the config and SDK key is now supported after initialization. The client will be restarted with the new configuration
Original file line number Diff line number Diff line change 1
- VERSION = "4.0.0 "
1
+ VERSION = "4.0.1 "
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 = '4.0.0 ' ,
42
+ version = '4.0.1 ' ,
43
43
author = 'LaunchDarkly' ,
44
44
45
45
packages = ['ldclient' ],
You can’t perform that action at this time.
0 commit comments