We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc7c5d commit 63df99dCopy full SHA for 63df99d
.travis.yml
@@ -3,10 +3,10 @@ sudo: false
3
python:
4
- 2.6
5
- 2.7
6
- - 3.3
7
- 3.4
8
- 3.5
9
- 3.6
+ - 3.7
10
11
matrix:
12
fast_finish: true
stream/__init__.py
@@ -5,7 +5,7 @@
__copyright__ = 'Copyright 2014, Stream.io, Inc'
__credits__ = ['Thierry Schellenbach, mellowmorning.com, @tschellenbach']
__license__ = 'BSD-3-Clause'
-__version__ = '2.9.1'
+__version__ = '2.9.2'
__maintainer__ = 'Thierry Schellenbach'
__email__ = 'support@getstream.io'
__status__ = 'Production'
0 commit comments