Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs-src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
==============================================

v1.0.3 (2016-12-13)
-------------------

- fixed an issue causing RTM connections to fail for large teams

v1.0.2 (2016-09-22)
-------------------

- removed unused ping counter
- fixed contributor guidelines links
- updated documentation
- Fix bug preventing API calls requiring a file ID
- Removes files from api_calls before JSON encoding, so the request is properly formatted

v1.0.1 (2016-03-25)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='slackclient',
version='1.0.1',
version='1.0.3',
description='Python client for Slack.com',
url='http://github.com/slackapi/python-slackclient',
author='Ryan Huber',
Expand Down