Skip to content

Commit

Permalink
Update version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Richelson committed Nov 3, 2016
1 parent 44573be commit 9cdce32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [3.0.3] - 2016-11-03
### Changed
- Add backoff when retryign stream connection.
- More correct initialized state.

## [3.0.2] - 2016-10-26
### Changed
- Better error handling when sending events.

## [3.0.1] - 2016-10-21
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.0.2"
VERSION = "3.0.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):

setup(
name='ldclient-py',
version='3.0.2',
version='3.0.3',
author='LaunchDarkly',
author_email='team@launchdarkly.com',
packages=['ldclient'],
Expand Down

0 comments on commit 9cdce32

Please sign in to comment.