From ae4838a889e630ebe117ce510774d37915432bb5 Mon Sep 17 00:00:00 2001 From: Thierry Schellenbach Date: Mon, 22 May 2017 16:23:58 -0600 Subject: [PATCH] bumping the version --- CHANGELOG | 3 +-- stream/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 77c885a..f15f178 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ Change history ================ -2.3.10 +2.3.11 ====== :release-date: 2017-05-22 :by: Ian Douglas @@ -114,4 +114,3 @@ :by: Tommaso Barbugli * Add support for mark read (notifications feeds) - diff --git a/stream/__init__.py b/stream/__init__.py index 22b3416..a6e06db 100644 --- a/stream/__init__.py +++ b/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.3.10' +__version__ = '2.3.11' __maintainer__ = 'Thierry Schellenbach' __email__ = 'support@getstream.io' __status__ = 'Production'