Skip to content

Commit c7f75fb

Browse files
author
Dan Richelson
committed
Update changelog + versions for 4.0.1
1 parent 186cc1a commit c7f75fb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

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+
510
## [4.0.0] - 2016-11-18
611
### Changed
712
- Changing the config and SDK key is now supported after initialization. The client will be restarted with the new configuration

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.0.0"
1+
VERSION = "4.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939

4040
setup(
4141
name='ldclient-py',
42-
version='4.0.0',
42+
version='4.0.1',
4343
author='LaunchDarkly',
4444
author_email='[email protected]',
4545
packages=['ldclient'],

0 commit comments

Comments
 (0)