diff --git a/Doxygen b/Doxygen index 6c8678382..55a85dd38 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.2.2 +PROJECT_NUMBER = 2022.2.3 # 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 cb03a64eb..2e4e69dd4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.2.2 +ESPHOME_REF = 2022.2.3 .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 c088321a6..7c513a73b 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.2.2 \ No newline at end of file +2022.2.3 \ No newline at end of file diff --git a/changelog/2022.2.0.rst b/changelog/2022.2.0.rst index cea5f1f7f..c4f496bc2 100644 --- a/changelog/2022.2.0.rst +++ b/changelog/2022.2.0.rst @@ -118,6 +118,11 @@ Release 2022.2.2 - February 18 - Fix platformio docker version mismstch :esphomepr:`3215` by :ghuser:`OttoWinter` - Add LONG LONG flag for arduinojson :esphomepr:`3212` by :ghuser:`jesserockz` +Release 2022.2.3 - February 18 +------------------------------ + +- Bump platformio from 5.2.4 to 5.2.5 :esphomepr:`3188` by :ghuser:`dependabot[bot]` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index 54b1c0ed5..28beee746 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "2022.2" # The full version, including alpha/beta/rc tags. -release = "2022.2.2" +release = "2022.2.3" # 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 fe8cf9268..e47c28634 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -795,6 +795,7 @@ Contributors - `Zebble (@Zebble) `__ - `ZJY (@zhangjingye03) `__ - `San (@zhujunsan) `__ +- `Michael Labuschke (@zigman79) `__ - `Christian Zufferey (@zuzu59) `__ *This page was last updated February 18, 2022.*