Bumped version, updated changelog

This commit is contained in:
Daniel Perna 2018-03-30 17:10:40 +02:00
parent a9759f32d9
commit add182aa9a
2 changed files with 3 additions and 2 deletions

View file

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