Skip to content

Commit 1b9dab5

Browse files
committed
Prepare release 1.0.3
1 parent 9ab6f22 commit 1b9dab5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Changelog
2+
- **1.0.3** - More minor changes to plugins, fixed rate-limiting properly, added wildcard support to permissions (note: don't use this yet, it's still not entirely finalized!)
23
- **1.0.2** - Minor internal changes and fixes, banished minecraft_bukget and worldofwarcraft to CloudBotIRC/Plugins
34
- **1.0.1** - Fix history.py tracking
45
- **1.0.0** - Initial stable release

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

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

0 commit comments

Comments
 (0)