Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #88 from slackapi/roach/0-4-1-release
Browse files Browse the repository at this point in the history
0 4 1 release updates
  • Loading branch information
Roach committed Feb 5, 2018
2 parents a45af00 + a93abe4 commit 6cee61a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v0.4.1 (2018-01-05)

* Fixes crashes due to missing `job_output`
* Removed `debug` from README example
* Various docs updates

### v0.2.0 (2016-03-25)

* Fixed unicode handling to make things work in python 2.7 and 3.5.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

setup(
name='rtmbot',
version='0.4.0',
version='0.4.1',
description='A Slack bot written in python that connects via the RTM API.',
author='Ryan Huber and Jeff Ammons',
author_email='[email protected]',
author_email='[email protected]',
url='https://github.com/slackhq/python-rtmbot',
packages=find_packages(),
entry_points={'console_scripts': ['rtmbot=rtmbot.bin.run_rtmbot:main']},
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exclude= tests/*
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
commands =
py.test --cov-report= --cov=rtmbot {posargs:tests}
coveralls

deps =
-r{toxinidir}/requirements-dev.txt
Expand Down

0 comments on commit 6cee61a

Please sign in to comment.