diff --git a/changelog.txt b/changelog.txt index 878d3b9..d0d83b2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Version 0.2.3 (2017-11-12) +- Switched away from removed bootstrap API +- Added homeassistant-trigger + Version 0.2.2 (2017-11-01) - Added option to list directories first @dimagoltsman - Updated dependencies @jmart518 diff --git a/configurator.py b/configurator.py index 0d09b75..e1475e8 100755 --- a/configurator.py +++ b/configurator.py @@ -65,7 +65,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.2" +VERSION = "0.2.3" BASEDIR = "." DEV = False HTTPD = None @@ -1475,6 +1475,7 @@