Bump version

This commit is contained in:
Daniel Perna 2018-08-07 23:43:13 +02:00
parent 5c4d366518
commit 6cc43ece3c

View file

@ -101,7 +101,7 @@ SO.setFormatter(
logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s')) logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s'))
LOG.addHandler(SO) LOG.addHandler(SO)
RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest" RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest"
VERSION = "0.3.1" VERSION = "0.3.2"
BASEDIR = "." BASEDIR = "."
DEV = False DEV = False
LISTENPORT = None LISTENPORT = None