Skip to content

Commit 8b1ff43

Browse files
author
Rodney Urquhart
committed
1.3.0
1 parent 0d3677a commit 8b1ff43

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs-src/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog
33
==============================================
44

5+
v1.3.0 (2018-09-11)
6+
-------------------
7+
8+
## New Features
9+
- Adds support for short lived tokens and automatic token refresh #347 (Thanks @roach!)
10+
11+
## Other
12+
- update RTM rate limiting comment and error message #308 (Thanks @benoitlavigne!)
13+
- Use logging instead of traceback #309 (Thanks @harlowja!)
14+
- Remove Python 3.3 from test environments #346 (Thanks @roach!)
15+
- Enforced linting when using VSCode. #347 (Thanks @roach!)
16+
17+
518
v1.2.1 (2018-03-26)
619
-------------------
720

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.2.1'
2+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)