Skip to content

Commit

Permalink
Release 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tripleee committed Sep 4, 2019
1 parent 5815c49 commit db198e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ https://botpy.readthedocs.io/en/latest/

# Changelog

- **v0.7.11**: CommandManager no longer lowercases commands.
- **v0.7.10**: `post_global_message` now takes the `length_check` argument.
- **v0.7.9**: Add wrapper function to add background tasks.
- **v0.7.8**: Fix behavior for ChatExchange from PyPI; document same
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup (
name = "BotpySE",
packages = ["BotpySE"],
version = "0.7.10",
version = "0.7.11",
description = "A python framework to create chatbots on the StackExchange network.",
author = "Ashish Ahuja",
author_email = "[email protected]",
Expand Down

0 comments on commit db198e7

Please sign in to comment.