File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33
44setup (
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 = 'jeff@jeffammons.net ' ,
9+ author_email = 'developers@slack.com ' ,
1010 url = 'https://github.com/slackhq/python-rtmbot' ,
1111 packages = find_packages (),
1212 entry_points = {'console_scripts' : ['rtmbot=rtmbot.bin.run_rtmbot:main' ]},
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ exclude= tests/*
1212passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
1313commands =
1414 py.test --cov-report = --cov =rtmbot {posargs:tests}
15- coveralls
1615
1716deps =
1817 -r{toxinidir}/requirements-dev.txt
You can’t perform that action at this time.
0 commit comments