Skip to content

Commit 5cd8d1b

Browse files
committed
Release 1.0.2
1 parent 7c55e12 commit 5cd8d1b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Changelog
2+
- **1.0.2** - Minor internal changes and fixes, banished minecraft_bukget and worldofwarcraft to CloudBotIRC/Plugins
3+
- **1.0.1** - Fix history.py tracking
4+
- **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.0 Stable"
13+
__version__ = "1.0.2"
1414

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

0 commit comments

Comments
 (0)