From 858d29c6714c9cf38135604acd7a4b6eab6084c1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 31 Oct 2019 12:20:17 -0700 Subject: [PATCH] Bump to 101.1 --- _config.yml | 4 +-- source/_posts/2019-10-20-release-101.markdown | 33 +++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9dd6542d0d9..bdf51da15d3 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 101 -current_patch_version: 0 -date_released: 2019-10-30 +current_patch_version: 1 +date_released: 2019-10-31 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2019-10-20-release-101.markdown b/source/_posts/2019-10-20-release-101.markdown index f2b61e33004..dd80cf5b201 100644 --- a/source/_posts/2019-10-20-release-101.markdown +++ b/source/_posts/2019-10-20-release-101.markdown @@ -135,6 +135,39 @@ Screenshot of the device picker. - Add sensor platform to Airly integration ([@bieniu] - [#27717]) ([airly docs]) (new-platform) - Move imports in mqtt component ([@exxamalte] - [#27835]) ([mqtt docs]) (new-platform) +## Release 0.101.1 - October 31 + +- Bump songpal to fix a regression ([@rytilahti] - [#28115]) ([songpal docs]) +- Bump pymyq to 2.0.1 ([@bachya] - [#28348]) ([myq docs]) +- Bump pysaj to v0.0.13 (fix for sensor date) ([@fredericvl] - [#28351]) ([saj docs]) +- Bump env_canada to fixed 0.0.29 version ([@shmick] - [#28360]) ([environment_canada docs]) +- Fix Airly asyncio timeout error ([@bieniu] - [#28387]) ([airly docs]) +- Fix hdate spamming homeassistant log ([@tsvi] - [#28392]) ([jewish_calendar docs]) +- Fix check config ([@balloob] - [#28393]) +- Check for import errors before validating config ([@balloob] - [#28395]) + +[#28115]: https://github.com/home-assistant/home-assistant/pull/28115 +[#28348]: https://github.com/home-assistant/home-assistant/pull/28348 +[#28351]: https://github.com/home-assistant/home-assistant/pull/28351 +[#28360]: https://github.com/home-assistant/home-assistant/pull/28360 +[#28387]: https://github.com/home-assistant/home-assistant/pull/28387 +[#28392]: https://github.com/home-assistant/home-assistant/pull/28392 +[#28393]: https://github.com/home-assistant/home-assistant/pull/28393 +[#28395]: https://github.com/home-assistant/home-assistant/pull/28395 +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@bieniu]: https://github.com/bieniu +[@fredericvl]: https://github.com/fredericvl +[@rytilahti]: https://github.com/rytilahti +[@shmick]: https://github.com/shmick +[@tsvi]: https://github.com/tsvi +[airly docs]: /integrations/airly/ +[environment_canada docs]: /integrations/environment_canada/ +[jewish_calendar docs]: /integrations/jewish_calendar/ +[myq docs]: /integrations/myq/ +[saj docs]: /integrations/saj/ +[songpal docs]: /integrations/songpal/ + ## 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).