Bumped version

This commit is contained in:
Daniel Perna 2018-01-02 20:45:14 +01:00 committed by GitHub
parent fdd8a2bf6e
commit e55f260c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ SO.setLevel(LOGLEVEL)
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.3"
VERSION = "0.2.4"
BASEDIR = "."
DEV = False
HTTPD = None