Skip to content

Commit c009acd

Browse files
committed
Bumped version number for 1.0.8 release, updated changelog
1 parent 8e8f0ba commit c009acd

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs-src/changelog.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
Changelog
33
==============================================
44

5-
v1.0.6 (2017-6-12)
5+
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)
617
-------------------
718

819
- Added proxy support (thanks @timfeirg!)

slackclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = '1.0.7'
2+
__version__ = '1.0.8'

0 commit comments

Comments
 (0)