v1.11.0 release
This commit is contained in:
parent
61eeba0cb9
commit
b037c3076f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# TBD - BitBot v1.11.0
|
# 2019-08-15 - BitBot v1.11.0
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
- `rss.py`
|
- `rss.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.11.0-rc3"
|
VERSION = "v1.11.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