Skip to content

Commit

Permalink
Prepare release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmptrluke committed Feb 10, 2015
1 parent cdb911c commit 0b828c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Changelog
- **1.0.5** - Fix geoip for queries with no region, fix youtube bug, add flip command
- **1.0.4** - Adjust ratelimiter cleanup task, add octopart API key, fix brainfuck, sort mcstatus output.
- **1.0.3** - More minor changes to plugins, fixed rate-limiting properly, banished SCP to CloudBotIRC/Plugins, added wildcard support to permissions (note: don't use this yet, it's still not entirely finalized!)
- **1.0.2** - Minor internal changes and fixes, banished minecraft_bukget and worldofwarcraft to CloudBotIRC/Plugins
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.4"
__version__ = "1.0.5"

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

Expand Down

0 comments on commit 0b828c7

Please sign in to comment.