Skip to content

Commit 4ed7a03

Browse files
author
Dan Richelson
committed
3.0.2 release
1 parent 998d798 commit 4ed7a03

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All 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

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.0.1"
1+
VERSION = "3.0.2"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def run(self):
3939

4040
setup(
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',

0 commit comments

Comments
 (0)