We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d181101 commit f89ac71Copy full SHA for f89ac71
docs-src/changelog.rst
@@ -2,6 +2,11 @@
2
Changelog
3
==============================================
4
5
+v1.0.4 (2016-12-15)
6
+-------------------
7
+
8
+ - fixed the ability to search for a user by ID
9
10
v1.0.3 (2016-12-13)
11
-------------------
12
setup.py
@@ -1,7 +1,7 @@
1
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',
0 commit comments