v1.9.0 release

This commit is contained in:
jesopo 2019-06-07 17:13:53 +01:00
parent 089da1e09b
commit 37c74da0f8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# TBD - BitBot v1.9.0
# 2019-06-07 - BitBot v1.9.0
Added:
- IRCv3: Also look at CTCP events for msgids

View file

@ -3,7 +3,7 @@ import typing, uuid
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
from src import Socket, utils
VERSION = "v1.8.0"
VERSION = "v1.9.0"
SOURCE = "https://git.io/bitbot"
class TriggerResult(enum.Enum):