Skip to content

Commit 9cdce32

Browse files
author
Dan Richelson
committed
Update version to 3.0.3
1 parent 44573be commit 9cdce32

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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.3] - 2016-11-03
6+
### Changed
7+
- Add backoff when retryign stream connection.
8+
- More correct initialized state.
9+
510
## [3.0.2] - 2016-10-26
11+
### Changed
612
- Better error handling when sending events.
713

814
## [3.0.1] - 2016-10-21

ldclient/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939

4040
setup(
4141
name='ldclient-py',
42-
version='3.0.2',
42+
version='3.0.3',
4343
author='LaunchDarkly',
4444
author_email='[email protected]',
4545
packages=['ldclient'],

0 commit comments

Comments
 (0)