Skip to content

Commit

Permalink
Update changelog + versions for 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Richelson committed Jan 10, 2017
1 parent 186cc1a commit c7f75fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [4.0.1] - 2017-01-10
### Changed
- RedisFeatureStore now returns default when Redis errors occur
- Better detection of stream connection issues.

## [4.0.0] - 2016-11-18
### Changed
- Changing the config and SDK key is now supported after initialization. The client will be restarted with the new configuration
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.0.0"
VERSION = "4.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):

setup(
name='ldclient-py',
version='4.0.0',
version='4.0.1',
author='LaunchDarkly',
author_email='team@launchdarkly.com',
packages=['ldclient'],
Expand Down

0 comments on commit c7f75fb

Please sign in to comment.