v1.10.0 release
This commit is contained in:
parent
78be79b565
commit
102aa1dce1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# TBD - BitBot v1.10.0
|
# 2019-06-23 - BitBot v1.10.0
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
- Outbound message filtering (`message_filter.py`)
|
- Outbound message filtering (`message_filter.py`)
|
||||||
|
|
|
@ -3,7 +3,7 @@ import typing, uuid
|
||||||
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
||||||
from src import Socket, utils
|
from src import Socket, utils
|
||||||
|
|
||||||
VERSION = "v1.10.0-rc2"
|
VERSION = "v1.10.0"
|
||||||
SOURCE = "https://git.io/bitbot"
|
SOURCE = "https://git.io/bitbot"
|
||||||
URL = "https://bitbot.dev"
|
URL = "https://bitbot.dev"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue