Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d7f635

Browse files
committed
v3
1 parent 35eec21 commit 1d7f635

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Change history
33
================
44

5+
======
6+
3.0.0
7+
======
8+
:release-date: 2018-12-03
9+
:by: Tommaso Barbugli
10+
11+
Add support for reactions
12+
Add support for users
13+
Removed HTTP Signatures based auth
14+
Use JWT auth for everything
15+
Add feed.get enrichment params
16+
517
======
618
2.12.0
719
======

stream/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = "Copyright 2014, Stream.io, Inc"
66
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
77
__license__ = "BSD-3-Clause"
8-
__version__ = "2.12.0"
8+
__version__ = "3.0.0"
99
__maintainer__ = "Thierry Schellenbach"
1010
__email__ = "[email protected]"
1111
__status__ = "Production"

0 commit comments

Comments
 (0)