diff --git a/_config.yml b/_config.yml index 3a0c2352dc6..129ff970094 100644 --- a/_config.yml +++ b/_config.yml @@ -128,9 +128,9 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 39 -current_patch_version: 2 -date_released: 2017-03-01 +current_patch_version: 3 +date_released: 2017-03-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. -patch_version_notes: "#release-0392---march-1" +patch_version_notes: "#release-0393---march-4" diff --git a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown index ed0f3e54b82..3961d94ae9d 100644 --- a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown +++ b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown @@ -203,6 +203,10 @@ And a final shout out to [Pascal][@pvizeli]. He keeps improving the performance - Move Zigbee from eventbus to dispatcher ([@pvizeli]) - Fix discovery taking up all memory and cpu ([@balloob] + [@tomusher]) +### {% linkable_title Release 0.39.3 - March 4 %} + + - Prevent discovered services and devices to be handled twice (@colinodell) + #### Breaking changes - VolvoOnCall has been extended with more features and had to be converted to a component