File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
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+
518v1.2.1 (2018-03-26)
619-------------------
720
Original file line number Diff line number Diff line change 11# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2- __version__ = '1.2.1'
2+ __version__ = "1.3.0"
You can’t perform that action at this time.
0 commit comments