diff --git a/CHANGELOG b/CHANGELOG index 476fbe4..07ccddb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,10 +2,10 @@ Change history ================ -Unreleased +2.3.9 ========== -:release-date: YYYY-MM-DD -:by: Unknown +:release-date: 2016-12-20 +:by: Jelte Fennema * Fix errors_from_fields function so it displays the extra data returned by the server about InputException errors. diff --git a/stream/__init__.py b/stream/__init__.py index c939cb2..6ee4f53 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.8' +__version__ = '2.3.9' __maintainer__ = 'Thierry Schellenbach' __email__ = 'support@getstream.io' __status__ = 'Production'