Merge pull request #1921 from esphome/bump-2022.2.3

2022.2.3
This commit is contained in:
Jesse Hills 2022-02-18 12:06:50 +13:00 committed by GitHub
commit 2736655eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
2022.2.2
2022.2.3

View File

@ -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
--------------------

View File

@ -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.

View File

@ -795,6 +795,7 @@ Contributors
- `Zebble (@Zebble) <https://github.com/Zebble>`__
- `ZJY (@zhangjingye03) <https://github.com/zhangjingye03>`__
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
- `Michael Labuschke (@zigman79) <https://github.com/zigman79>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated February 18, 2022.*