Skip to content

Commit

Permalink
Updated changelog for 1.0.2 and 1.0.3 (#150)
Browse files Browse the repository at this point in the history
* bumped version and updated changelog

* Added v1.0.2 info to changelog
  • Loading branch information
Roach authored and Don Goodman-Wilson committed Dec 13, 2016
1 parent e13d3a8 commit 05e4bd8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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

0 comments on commit 05e4bd8

Please sign in to comment.