Bumped version
This commit is contained in:
parent
49bd67d3f3
commit
ec470ebb4a
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
Version 0.3.0 (2018-)
|
||||
|
||||
Version 0.2.9 (2018-06-22)
|
||||
- Material Icons and HASS-help now open in new tab instead of modal (Issues #85 and #34) @danielperna84
|
||||
- Open file by URL (Issue #95) @danielperna84
|
||||
|
|
|
@ -77,7 +77,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.9"
|
||||
VERSION = "0.3.0"
|
||||
BASEDIR = "."
|
||||
DEV = False
|
||||
HTTPD = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue