Bump version

This commit is contained in:
Daniel Perna 2018-01-31 23:34:06 +01:00
parent 90a44cf4b8
commit 66f7045300
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Version 0.2.6 (2018-01-31)
- Displaying current filename in title (Issue #76) @danielperna84
- Added menu item to open configurator in new tab (Issue #76) @danielperna84
- Automatically load last viewed (and not closed) file via localStorage @danielperna84
- CTRL+s / CMD+s can now be used to save a file @danielperna84
- CTRL+s / CMD+s can now be used to save files @danielperna84
- Prompting before saving now opt-in in editor settings (Issue #77) @danielperna84
Version 0.2.5 (2018-01-27)

View file

@ -71,7 +71,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.5"
VERSION = "0.2.6"
BASEDIR = "."
DEV = False
HTTPD = None