Bump version, update changelog

This commit is contained in:
Daniel Perna 2018-07-15 23:30:11 +02:00
parent b167af2eed
commit e145b02023
2 changed files with 2 additions and 1 deletions

View file

@ -93,7 +93,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.3.0"
VERSION = "0.3.1"
BASEDIR = "."
DEV = False
LISTENPORT = None