Skip to content

Commit

Permalink
Merge branch 'master' of github.com:launchdarkly/python-client
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Mar 27, 2018
2 parents 8ed91ab + 90b3d0a commit a64e208
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).

## [5.0.2] - 2018-03-27
### Fixed
- 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.


## [5.0.1] - 2018-02-22
### Added
- Support for a new LaunchDarkly feature: reusable user segments.
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "5.0.1"
VERSION = "5.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from pip.req import parse_requirements

ldclient_version='5.0.1'
ldclient_version='5.0.2'

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

0 comments on commit a64e208

Please sign in to comment.