From 8fb1b8e91982dcb23146d0a0d23833ec02ac668a Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Fri, 22 Jan 2021 18:18:08 +0100 Subject: [PATCH] Release v5.0.1 --- CHANGELOG.md | 4 ++++ stream/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3ab9c..ac132f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.1 - 2021-01-22 + +* Bump pyjwt to 2.x + ## 5.0.0 - 2020-09-17 * Drop python 3.5 and add 3.9 diff --git a/stream/__init__.py b/stream/__init__.py index 7191563..023e477 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__ = "5.0.0" +__version__ = "5.0.1" __maintainer__ = "Thierry Schellenbach" __email__ = "support@getstream.io" __status__ = "Production"