Skip to content

Commit b5a5444

Browse files
committed
Prepare release 1.0.7
1 parent be1be3f commit b5a5444

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Changelog
2+
### 1.0.7
3+
* Added new "Would you rather" plugin.
24
### 1.0.6
35
* Added pig latin translator, requires new *nltk* module
46
* Added reminder command

cloudbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111
import os
1212

13-
__version__ = "1.0.6"
13+
__version__ = "1.0.7"
1414

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

0 commit comments

Comments
 (0)