Bump version to v1.7.1
This commit is contained in:
parent
3e8a31ba73
commit
503969abfd
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# 2019-05-24 - BitBot v1.7.1
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Fix crash caused by CAP NEW
|
||||||
|
|
||||||
# 2019-05-23 - BitBot v1.7.0
|
# 2019-05-23 - BitBot v1.7.0
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|
|
@ -2,7 +2,7 @@ import enum, queue, os, select, socket, threading, time, traceback, 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.7.0"
|
VERSION = "v1.7.1"
|
||||||
SOURCE = "https://git.io/bitbot"
|
SOURCE = "https://git.io/bitbot"
|
||||||
|
|
||||||
class TriggerResult(enum.Enum):
|
class TriggerResult(enum.Enum):
|
||||||
|
|
Loading…
Reference in a new issue