Skip to content

Commit 5277ce6

Browse files
committed
2.8.0 release
1 parent 01ca8f9 commit 5277ce6

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Change history
33
================
44

5+
=======
6+
2.8.0
7+
======
8+
:release-date: 2017-12-21
9+
:by: Tommaso Barbugli
10+
11+
Fixes install issues on Windows
12+
13+
* Bundle http-sig library
14+
* Use pycryptodomex instead of the discontinued pycrypto library
15+
516
=======
617
2.7.0
718
======

stream/__init__.py

Lines changed: 1 addition & 1 deletion
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.7.0'
8+
__version__ = '2.8.0'
99
__maintainer__ = 'Thierry Schellenbach'
1010
__email__ = '[email protected]'
1111
__status__ = 'Production'

0 commit comments

Comments
 (0)