Bump version to v1.7.1

This commit is contained in:
jesopo 2019-05-24 06:52:25 +01:00
parent 3e8a31ba73
commit 503969abfd
2 changed files with 6 additions and 1 deletions

View file

@ -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
Added:

View file

@ -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 Socket, utils
VERSION = "v1.7.0"
VERSION = "v1.7.1"
SOURCE = "https://git.io/bitbot"
class TriggerResult(enum.Enum):