Skip to content

Commit a64e208

Browse files
committed
Merge branch 'master' of github.com:launchdarkly/python-client
2 parents 8ed91ab + 90b3d0a commit a64e208

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+
## [5.0.2] - 2018-03-27
6+
### Fixed
7+
- In the Redis feature store, fixed a synchronization problem that could cause a feature flag update to be missed if several of them happened in rapid succession.
8+
9+
510
## [5.0.1] - 2018-02-22
611
### Added
712
- Support for a new LaunchDarkly feature: reusable user segments.

ldclient/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from pip.req import parse_requirements
1010

11-
ldclient_version='5.0.1'
11+
ldclient_version='5.0.2'
1212

1313
# parse_requirements() returns generator of pip.req.InstallRequirement objects
1414
install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1())

0 commit comments

Comments
 (0)