File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
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
+ ## [ 3.0.2] - 2016-10-26
6
+ - Better error handling when sending events.
7
+
5
8
## [ 3.0.1] - 2016-10-21
6
9
### Changed
7
10
- Now using jsonpickle to serialize analytics events. Addresses https://github.com/launchdarkly/python-client/issues/57
Original file line number Diff line number Diff line change 1
- VERSION = "3.0.1 "
1
+ VERSION = "3.0.2 "
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ def run(self):
39
39
40
40
setup (
41
41
name = 'ldclient-py' ,
42
- version = '3.0.1 ' ,
43
- author = 'Catamorphic Co. ' ,
44
- author_email = 'team@catamorphic .com' ,
42
+ version = '3.0.2 ' ,
43
+ author = 'LaunchDarkly ' ,
44
+ author_email = 'team@launchdarkly .com' ,
45
45
packages = ['ldclient' ],
46
46
url = 'https://github.com/launchdarkly/python-client' ,
47
47
description = 'LaunchDarkly SDK for Python' ,
You can’t perform that action at this time.
0 commit comments