We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3677a commit 8b1ff43Copy full SHA for 8b1ff43
2 files changed
docs-src/changelog.rst
@@ -2,6 +2,19 @@
2
Changelog
3
==============================================
4
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
18
v1.2.1 (2018-03-26)
19
-------------------
20
slackclient/version.py
@@ -1,2 +1,2 @@
1
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
-__version__ = '1.2.1'
+__version__ = "1.3.0"
0 commit comments