Skip to content

Commit e4a149c

Browse files
author
Dan Richelson
committed
Update version to 3.0.1
1 parent 09b1804 commit e4a149c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.1] - 2016-10-21
6+
### Changed
7+
- Now using jsonpickle to serialize analytics events. Addresses https://github.com/launchdarkly/python-client/issues/57
8+
- Better handling of indirect/put and indirect/patch messages in streaming connection.
9+
510
## [3.0.0] - 2016-08-22
611
### Added
712
- Twisted support for LDD mode only.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Twisted is supported for LDD mode only. To run in Twisted/LDD mode,
4040
1. Use this dependency:
4141

4242
```
43-
ldclient-py[twisted]==3.0.0
43+
ldclient-py[twisted]==3.0.1
4444
```
4545
2. Configure the client:
4646

ldclient/version.py

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

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.0',
42+
version='3.0.1',
4343
author='Catamorphic Co.',
4444
author_email='[email protected]',
4545
packages=['ldclient'],

0 commit comments

Comments
 (0)