v1.11.0 release

This commit is contained in:
jesopo 2019-08-15 13:45:54 +01:00
parent 61eeba0cb9
commit b037c3076f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# TBD - BitBot v1.11.0 # 2019-08-15 - BitBot v1.11.0
Added: Added:
- `rss.py` - `rss.py`

View file

@ -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"