Skip to content

Commit

Permalink
remove py27
Browse files Browse the repository at this point in the history
  • Loading branch information
lucywang000 committed Jun 12, 2020
1 parent a64b04a commit bbd4323
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release Notes - Slackbot - Version 1.0.0
--------------------------------------------
This release contains the following new features:

This release contains the following fixes:

* Removed Python 2 Support


Release Notes - Slackbot - Version 0.5.7
--------------------------------------------
This release contains the following new features:

This release contains the following fixes:

* [#208] Handle new line #208 (thanks, @louhow)

Release Notes - Slackbot - Version 0.5.4
--------------------------------------------
This release contains the following new features:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ A chat bot for [Slack](https://slack.com) inspired by [llimllib/limbo](https://g
* Simple plugins mechanism
* Messages can be handled concurrently
* Automatically reconnect to slack when connection is lost
* Python2 + Python3 Support
* [Full-fledged functional tests](tests/functional/test_functional.py)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36
envlist = py36
[testenv]
deps =
pytest
Expand Down

0 comments on commit bbd4323

Please sign in to comment.