diff --git a/docs-src/changelog.rst b/docs-src/changelog.rst index e4bff805c..adefa47da 100644 --- a/docs-src/changelog.rst +++ b/docs-src/changelog.rst @@ -2,6 +2,11 @@ Changelog ============================================== +v1.0.4 (2016-12-15) +------------------- + + - fixed the ability to search for a user by ID + v1.0.3 (2016-12-13) ------------------- diff --git a/setup.py b/setup.py index 098c85058..f1d65cb76 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='slackclient', - version='1.0.3', + version='1.0.4', description='Python client for Slack.com', url='http://github.com/slackapi/python-slackclient', author='Ryan Huber',