Skip to content

Commit

Permalink
Releasing version 6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Aug 20, 2019
1 parent 37a54b2 commit 5030f71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [6.10.1] - 2019-08-20
### Fixed:
- Fixed a bug in 6.10.0 that prevented analytics events from being generated for missing flags.

## [6.10.0] - 2019-08-20
### Added:
- Added support for upcoming LaunchDarkly experimentation features. See `LDClient.track()`.
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "6.10.0"
VERSION = "6.10.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def parse_requirements(filename):
return [line for line in lineiter if line and not line.startswith("#")]


ldclient_version='6.10.0'
ldclient_version='6.10.1'

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

0 comments on commit 5030f71

Please sign in to comment.