Bump version to v1.5.0

This commit is contained in:
jesopo 2019-04-30 12:05:53 +01:00
parent 280e647a84
commit 992ab15394

View file

@ -2,7 +2,7 @@ import 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.4.0" VERSION = "v1.5.0"
TRIGGER_RETURN = 1 TRIGGER_RETURN = 1
TRIGGER_EXCEPTION = 2 TRIGGER_EXCEPTION = 2