diff options
| author | 2019-08-15 13:45:54 +0100 | |
|---|---|---|
| committer | 2019-08-15 13:45:54 +0100 | |
| commit | b037c3076f5e849afe9b240ce256df72d3ac13a2 (patch) | |
| tree | 9075db03c6b4b13564b8cbe87573865751822126 | |
| parent | should only return a BufferLineMatch when we actually match (diff) | |
v1.11.0 release
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | src/IRCBot.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b38d3c7..433f5c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# TBD - BitBot v1.11.0 +# 2019-08-15 - BitBot v1.11.0 Added: - `rss.py` diff --git a/src/IRCBot.py b/src/IRCBot.py index f6b4826d..1c8c52d7 100644 --- a/src/IRCBot.py +++ b/src/IRCBot.py @@ -3,7 +3,7 @@ import typing, uuid from src import EventManager, Exports, IRCServer, Logging, ModuleManager from src import Socket, utils -VERSION = "v1.11.0-rc3" +VERSION = "v1.11.0" SOURCE = "https://git.io/bitbot" URL = "https://bitbot.dev" |
