Bumped version, updated changelog

This commit is contained in:
Daniel Perna 2018-04-22 21:08:27 +02:00
parent 6843eb4202
commit 4f8d7778b9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 0.2.8 (2018-)
- Updated CDN libraries @jmart518
- Cosmetic improvements @jmart518
- Added event observer @danielperna84
Version 0.2.7 (2018-03-30)
- Setting SO_REUSEADDR on socket for proper restarts
- Using Threading to handle multiple connections

View file

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