From 80e4274213076c964fdd4aff5b9ecc748826a251 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 19 May 2017 13:43:04 +0200 Subject: [PATCH] Prepare for 0.45 --- _config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index ae52f220238..348d7464ba4 100644 --- a/_config.yml +++ b/_config.yml @@ -140,11 +140,14 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 44 -current_patch_version: 2 -date_released: 2017-05-08 +current_minor_version: 45 +current_patch_version: 0 +date_released: 2017-05-20 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. -# Example #release-0431---april-25 -patch_version_notes: "#release-0442---may-8" +# Major release: +patch_version_notes: "#" +# Minor release (Example #release-0431---april-25): +#patch_version_notes: "#release-0451---may-X" +