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 8e8f0ba commit c009acdCopy full SHA for c009acd
docs-src/changelog.rst
@@ -2,7 +2,18 @@
2
Changelog
3
==============================================
4
5
-v1.0.6 (2017-6-12)
+v1.0.8 (2017-8-31)
6
+-------------------
7
+
8
+ - Added rtm.connect support
9
10
+v1.0.7 (2017-08-02)
11
12
13
+ - Fixes an issue where connecting over RTM to large teams may result in “Websocket URL expired” errors
14
+ - A load of packaging improvements
15
16
+v1.0.6 (2017-06-12)
17
-------------------
18
19
- Added proxy support (thanks @timfeirg!)
slackclient/version.py
@@ -1,2 +1,2 @@
1
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
-__version__ = '1.0.7'
+__version__ = '1.0.8'
0 commit comments