diff --git a/Doxygen b/Doxygen index 4c832f84f..2001f49d7 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 = 2022.11.4 +PROJECT_NUMBER = 2022.11.5 # 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 b64c732a5..a446fcdd9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.11.4 +ESPHOME_REF = 2022.11.5 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 506309702..db3c4770c 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.11.4 \ No newline at end of file +2022.11.5 \ No newline at end of file diff --git a/changelog/2022.11.0.rst b/changelog/2022.11.0.rst index ac2301b55..ca168fb39 100644 --- a/changelog/2022.11.0.rst +++ b/changelog/2022.11.0.rst @@ -121,6 +121,11 @@ Release 2022.11.4 - December 1 - Dashboard fix relative url after login :esphomepr:`4103` by :ghuser:`ngraziano` - Fix queuing scripts not compiling :esphomepr:`4077` by :ghuser:`jesserockz` +Release 2022.11.5 - December 6 +------------------------------ + +- Fix board pin alias lookup :esphomepr:`4147` by :ghuser:`jesserockz` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index cc8f42331..8156355cd 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.11" # The full version, including alpha/beta/rc tags. -release = "2022.11.4" +release = "2022.11.5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index 471cb19e5..4f5dc4810 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -397,7 +397,7 @@ Contributors - `Lorenzo Ortiz (@Infinitte) `__ - `Dom (@Ing-Dom) `__ - `Ingurum (@Ingurum) `__ -- `Ivo Roefs (@Ironirc) `__ +- `Ivo Roefs (@ironirc) `__ - `irtimaled (@irtimaled) `__ - `Ingo Theiss (@itn3rd77) `__ - `Ivan Shvedunov (@ivan4th) `__ @@ -903,4 +903,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated December 1, 2022.* +*This page was last updated December 6, 2022.*