From eef37db2e17431101e9ac7416c38532f8e821436 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Sun, 9 May 2021 22:37:32 +1200 Subject: [PATCH 1/3] Bump version to v1.17.2 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 5d6b6d984..31fa5d55d 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.17.1 +PROJECT_NUMBER = 1.17.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Makefile b/Makefile index 3cf5f3a7d..06150d7ba 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = v1.17.1 +ESPHOME_REF = v1.17.2 .PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png diff --git a/_static/version b/_static/version index 507266ba0..0e1f39b86 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.17.1 \ No newline at end of file +1.17.2 \ No newline at end of file diff --git a/conf.py b/conf.py index 993bcec6d..f08845187 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "1.17" # The full version, including alpha/beta/rc tags. -release = "1.17.1" +release = "1.17.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From e8c58b6804bfeccdaf9b3423322027be4b8a034b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Sun, 9 May 2021 22:38:09 +1200 Subject: [PATCH 2/3] Update changelog for 1.17.2 --- changelog/v1.17.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog/v1.17.0.rst b/changelog/v1.17.0.rst index fddac3d81..d9ccf5178 100644 --- a/changelog/v1.17.0.rst +++ b/changelog/v1.17.0.rst @@ -79,6 +79,13 @@ Release 1.17.1 - May 5 - docs: Fixed typo in 1.17.0 changelogs :docspr:`1132` by :ghuser:`spacegaier` - esphome: Do not call component update on failed components :esphomepr:`1392` by :ghuser:`alexyao2015` +Release 1.17.2 - May 9 +---------------------- + +- esphome: fixes #858 - esphome crashes with neolightbus and RMT :esphomepr:`1667` by :ghuser:`angelnu` +- docs: Fix abundant apostrophes :docspr:`1137` by :ghuser:`jmartens` +- docs: Add output part to binary light example :docspr:`1061` by :ghuser:`klaasnicolaas` + All changes ----------- From 9d725f4270df43dab94cad9dbb5feaf269ece010 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Sun, 9 May 2021 22:38:24 +1200 Subject: [PATCH 3/3] Update supporters for 1.17.2 --- guides/supporters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 427837f9d..cc302280d 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -129,6 +129,7 @@ Contributors - `Marcos Pérez Ferro (@djwmarcx) `__ - `Dan Mannock (@dmannock) `__ - `dmkif (@dmkif) `__ +- `Farzad E. (@dnetguru) `__ - `DrZoid (@docteurzoidberg) `__ - `Jiang Sheng (@doskoi) `__ - `Robert Schütz (@dotlambda) `__ @@ -528,4 +529,4 @@ Contributors - `San (@zhujunsan) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated May 5, 2021.* +*This page was last updated May 9, 2021.*