From 92f20523113934fdc5b04aa2e8658c219fdb8748 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 4 Nov 2017 12:59:01 -0700 Subject: [PATCH] Release 0.57.1 --- _config.yml | 4 ++-- source/_posts/2017-11-04-release-57.markdown | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9500187094b..1aed6ec7cba 100644 --- a/_config.yml +++ b/_config.yml @@ -140,11 +140,11 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 57 -current_patch_version: 0 +current_patch_version: 1 date_released: 2017-11-04 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "" +patch_version_notes: "#release-0571--november-4" # Minor release (Example #release-0431---april-25): diff --git a/source/_posts/2017-11-04-release-57.markdown b/source/_posts/2017-11-04-release-57.markdown index 0a0e117979f..7bf4f6514fc 100644 --- a/source/_posts/2017-11-04-release-57.markdown +++ b/source/_posts/2017-11-04-release-57.markdown @@ -83,6 +83,10 @@ Okay, one more highlight before we'll let you check out the changelog. Contribut - integration with Remember The Milk. ([@ChristianKuehnel] - [#9803]) ([remember_the_milk docs]) (new-platform) - Luftdaten sensor ([@lichtteil] - [#10274]) ([sensor.luftdaten docs]) (new-platform) +## {% linkable_title release 0.57.1 - november 4 %} + + - Fix login screen not showing when no password stored ([@balloob]) + ## {% linkable_title If you need help... %} ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.