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 cfb6b32 commit 93ab395Copy full SHA for 93ab395
CHANGELOG
@@ -1,3 +1,6 @@
1
+## November 12, 2020 - 2.0.0
2
+- Drop Python 3.5 and add 3.9
3
+
4
## November 12, 2020 - 1.7.1
5
- Normalize sort parameter in query endpoints
6
stream_chat/__pkg__.py
@@ -1,6 +1,6 @@
__author__ = "Tommaso Barbugli"
__copyright__ = "Copyright 2019-2020, Stream.io, Inc"
-__version__ = "1.7.1"
+__version__ = "2.0.0"
__maintainer__ = "Tommaso Barbugli"
__email__ = "support@getstream.io"
__status__ = "Production"
0 commit comments