We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8186c8 commit 8fb1b8eCopy full SHA for 8fb1b8e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.0.1 - 2021-01-22
2
+
3
+* Bump pyjwt to 2.x
4
5
## 5.0.0 - 2020-09-17
6
7
* Drop python 3.5 and add 3.9
stream/__init__.py
@@ -5,7 +5,7 @@
__copyright__ = "Copyright 2014, Stream.io, Inc"
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
__license__ = "BSD-3-Clause"
8
-__version__ = "5.0.0"
+__version__ = "5.0.1"
9
__maintainer__ = "Thierry Schellenbach"
10
__email__ = "support@getstream.io"
11
__status__ = "Production"
0 commit comments