File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33==============================================
44
5+ v1.0.3 (2016-12-13)
6+ -------------------
7+
8+ - fixed an issue causing RTM connections to fail for large teams
9+
10+ v1.0.2 (2016-09-22)
11+ -------------------
12+
13+ - removed unused ping counter
14+ - fixed contributor guidelines links
15+ - updated documentation
16+ - Fix bug preventing API calls requiring a file ID
17+ - Removes files from api_calls before JSON encoding, so the request is properly formatted
18+
519v1.0.1 (2016-03-25)
620-------------------
721
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (name = 'slackclient' ,
4- version = '1.0.1 ' ,
4+ version = '1.0.3 ' ,
55 description = 'Python client for Slack.com' ,
66 url = 'http://github.com/slackapi/python-slackclient' ,
77 author = 'Ryan Huber' ,
You can’t perform that action at this time.
0 commit comments