Skip to content

Commit

Permalink
Prepare release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmptrluke committed Feb 21, 2015
1 parent be1be3f commit b5a5444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changelog
### 1.0.7
* Added new "Would you rather" plugin.
### 1.0.6
* Added pig latin translator, requires new *nltk* module
* Added reminder command
Expand Down
2 changes: 1 addition & 1 deletion cloudbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging
import os

__version__ = "1.0.6"
__version__ = "1.0.7"

__all__ = ["util", "bot", "connection", "config", "permissions", "plugin", "event", "hook", "log_dir"]

Expand Down

0 comments on commit b5a5444

Please sign in to comment.