diff --git a/Doxygen b/Doxygen index 2670e5880..7b57c8d8f 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 = 2023.2.1 +PROJECT_NUMBER = 2023.2.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 23b5e3398..1452178c6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.2.1 +ESPHOME_REF = 2023.2.2 .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 afce88435..3e8c5052e 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.2.1 \ No newline at end of file +2023.2.2 \ No newline at end of file diff --git a/changelog/2023.2.0.rst b/changelog/2023.2.0.rst index a24216c93..124146c7c 100644 --- a/changelog/2023.2.0.rst +++ b/changelog/2023.2.0.rst @@ -62,6 +62,11 @@ Release 2023.2.1 - February 16 - Add ESPHome version to generated platformio.ini :esphomepr:`4443` by :ghuser:`jesserockz` +Release 2023.2.2 - February 17 +------------------------------ + +- Fix adoption of variants and pico-w :esphomepr:`4455` by :ghuser:`jesserockz` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index c2dc5d73d..eaa8c9680 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.2" # The full version, including alpha/beta/rc tags. -release = "2023.2.1" +release = "2023.2.2" # 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 7dc3dc259..b9b6310c8 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -86,6 +86,7 @@ Contributors - `Borys Pierov (@ashald) `__ - `Ash McKenzie (@ashmckenzie) `__ - `Ashton Kemerling (@AshtonKem) `__ +- `杨成锴 (@asjdf) `__ - `Pavel Pletenev (@ASMfreaK) `__ - `Andreas Soehlke (@asoehlke) `__ - `Mike Dunston (@atanisoft) `__ @@ -906,4 +907,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated February 16, 2023.* +*This page was last updated February 17, 2023.*