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

Skip to content

Commit 089c7cc

Browse files
committed
2.8.1
1 parent 7b7e54f commit 089c7cc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

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

5+
=======
6+
2.8.1
7+
======
8+
:release-date: 2017-12-21
9+
:by: Tommaso Barbugli
10+
11+
Fixes a regression with embedded httpsig and Python 3
12+
513
=======
614
2.8.0
715
======

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.8.0'
8+
__version__ = '2.8.1'
99
__maintainer__ = 'Thierry Schellenbach'
1010
__email__ = '[email protected]'
1111
__status__ = 'Production'

0 commit comments

Comments
 (0)