Bump version, update changelog
This commit is contained in:
parent
b167af2eed
commit
e145b02023
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
Version 0.3.1 (2018-07-15)
|
||||
- Fix SESAME / SESAME_TOTP_SECRET bug (Issue #103)
|
||||
- Added client IP to network status modal
|
||||
|
||||
Version 0.3.0 (2018-07-13)
|
||||
- Allow passing settings via environment variables (Issue #100) @danielperna84
|
||||
|
|
|
@ -93,7 +93,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.3.0"
|
||||
VERSION = "0.3.1"
|
||||
BASEDIR = "."
|
||||
DEV = False
|
||||
LISTENPORT = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue