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 22
33All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
44
5+ ## [ 3.0.2] - 2016-10-26
6+ - Better error handling when sending events.
7+
58## [ 3.0.1] - 2016-10-21
69### Changed
710- 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):
3939
4040setup (
4141 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' ,
4545 packages = ['ldclient' ],
4646 url = 'https://github.com/launchdarkly/python-client' ,
4747 description = 'LaunchDarkly SDK for Python' ,
You can’t perform that action at this time.
0 commit comments