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

Commit 6cee61a

Browse files
authored
Merge pull request #88 from slackapi/roach/0-4-1-release
0 4 1 release updates
2 parents a45af00 + a93abe4 commit 6cee61a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v0.4.1 (2018-01-05)
2+
3+
* Fixes crashes due to missing `job_output`
4+
* Removed `debug` from README example
5+
* Various docs updates
6+
17
### v0.2.0 (2016-03-25)
28

39
* Fixed unicode handling to make things work in python 2.7 and 3.5.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
setup(
55
name='rtmbot',
6-
version='0.4.0',
6+
version='0.4.1',
77
description='A Slack bot written in python that connects via the RTM API.',
88
author='Ryan Huber and Jeff Ammons',
9-
author_email='[email protected]',
9+
author_email='[email protected]',
1010
url='https://github.com/slackhq/python-rtmbot',
1111
packages=find_packages(),
1212
entry_points={'console_scripts': ['rtmbot=rtmbot.bin.run_rtmbot:main']},

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ exclude= tests/*
1212
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
1313
commands =
1414
py.test --cov-report= --cov=rtmbot {posargs:tests}
15-
coveralls
1615

1716
deps =
1817
-r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)