Skip to content

Commit aa8d312

Browse files
committed
release 2.3.7
1 parent fd8bfd6 commit aa8d312

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG

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

5+
2.3.7
6+
=====
7+
:release-date: 2016-06-02
8+
:by: Tommaso Barbugli
9+
510
* Add HTTP Signature auth method (for application auth resources)
611
* Add support for follow_many batch operation
712
* Add support for add_to_many batch operation

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, Thierry Schellenbach'
66
__credits__ = ['Thierry Schellenbach, mellowmorning.com, @tschellenbach']
77
__license__ = 'BSD'
8-
__version__ = '2.3.6'
8+
__version__ = '2.3.7'
99
__maintainer__ = 'Thierry Schellenbach'
1010
__email__ = 'thierry@getstream.io'
1111
__status__ = 'Production'

0 commit comments

Comments
 (0)