File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 6.10.1] - 2019-08-20
6
+ ### Fixed:
7
+ - Fixed a bug in 6.10.0 that prevented analytics events from being generated for missing flags.
8
+
5
9
## [ 6.10.0] - 2019-08-20
6
10
### Added:
7
11
- Added support for upcoming LaunchDarkly experimentation features. See ` LDClient.track() ` .
Original file line number Diff line number Diff line change 1
- VERSION = "6.10.0 "
1
+ VERSION = "6.10.1 "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def parse_requirements(filename):
10
10
return [line for line in lineiter if line and not line .startswith ("#" )]
11
11
12
12
13
- ldclient_version = '6.10.0 '
13
+ ldclient_version = '6.10.1 '
14
14
15
15
# parse_requirements() returns generator of pip.req.InstallRequirement objects
16
16
install_reqs = parse_requirements ('requirements.txt' )
You can’t perform that action at this time.
0 commit comments