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

Skip to content

Commit 690988f

Browse files
committed
bump the version
1 parent 9cc3df5 commit 690988f

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.6.0
7+
=====
8+
:release-date 2017-12-08
9+
:by: Balazs
10+
11+
Support the new collections endpoint and flexible get requests for personalization
12+
513
2.5.0
614
======
715
:release-date: 2017-10-19

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

0 commit comments

Comments
 (0)