From cae6d47bb9aca59e8cbd1d8a89919b87d9ce5cb3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 3 Feb 2017 20:52:41 +0000 Subject: [PATCH] Bumped version --- changelog.txt | 2 +- configurator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 8c89e03..b403dcd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -Version 0.0.8 (2017-02-nn) +Version 0.0.8 (2017-02-03) - Got rid of chroot workaround (Issue #2) - Added confirmation dialog before saving files - Changes to toolbar with extended editor settings diff --git a/configurator.py b/configurator.py index 24a524a..c5a38c7 100755 --- a/configurator.py +++ b/configurator.py @@ -44,7 +44,7 @@ ### End of options RELEASEURL = "https://api.github.com/repos/danielperna84/hass-poc-configurator/releases/latest" -VERSION = "0.0.7" +VERSION = "0.0.8" BASEDIR = "." DEV = False HTTPD = None