Merge pull request #2754 from esphome/bump-2023.3.0b6

2023.3.0b6
This commit is contained in:
Jesse Hills 2023-03-16 09:34:17 +13:00 committed by GitHub
commit 8d2d326ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 5 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 = 2023.3.0b5
PROJECT_NUMBER = 2023.3.0b6
# 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 = 2023.3.0b5
ESPHOME_REF = 2023.3.0b6
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2023.3.0b5
2023.3.0b6

View File

@ -81,6 +81,7 @@ Beta Changes
- Added response for Tuya RSSI command :esphomepr:`4549` by :ghuser:`catalin2402`
- Remove switch actions during config; bump setup priority :esphomepr:`4563` by :ghuser:`kbx81`
- Mark esp32_touch supported only on standard esp32 variant :esphomepr:`4562` by :ghuser:`jesserockz`
- fixing ``shrink`` and ``extend`` functions of the displaybuffer's Rect class :esphomepr:`4565` by :ghuser:`nielsnl68`
All changes
^^^^^^^^^^^

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2023.3"
# The full version, including alpha/beta/rc tags.
release = "2023.3.0b5"
release = "2023.3.0b6"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -911,4 +911,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated March 15, 2023.*
*This page was last updated March 16, 2023.*