Skip to content

Commit 921315b

Browse files
committed
1.0.7.1 tagged
1 parent 8aa367f commit 921315b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.1
3+
* Security fixes.
24
### 1.0.7
35
* Added new "Would you rather" plugin.
46
### 1.0.6

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.7"
13+
__version__ = "1.0.7.1"
1414

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

0 commit comments

Comments
 (0)