From 0d4948d8787195df1832fae9f4cd1439a1a08484 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:10:27 +1200 Subject: [PATCH 1/2] Bump version to 2023.4.0b4 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 4f50c888f..2294963a7 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.4.0b3 +PROJECT_NUMBER = 2023.4.0b4 # 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 85c052ee9..c5dee6275 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.4.0b3 +ESPHOME_REF = 2023.4.0b4 .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 52205dfdd..f900e6c51 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.4.0b3 \ No newline at end of file +2023.4.0b4 \ No newline at end of file diff --git a/conf.py b/conf.py index ae0960cd7..37f1e753f 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.4" # The full version, including alpha/beta/rc tags. -release = "2023.4.0b3" +release = "2023.4.0b4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From b6852d5d63e828df65dc1aac6ff454ab7d5176b1 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:13:30 +1200 Subject: [PATCH 2/2] Update changelog for 2023.4.0b4 --- changelog/2023.4.0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/2023.4.0.rst b/changelog/2023.4.0.rst index 6b430701c..8fbc54410 100644 --- a/changelog/2023.4.0.rst +++ b/changelog/2023.4.0.rst @@ -64,6 +64,8 @@ Beta Changes - Add timeout to i2c write error logs :esphomepr:`4697` by :ghuser:`Szewcson` - Add event triggers to voice_assistant :esphomepr:`4699` by :ghuser:`jesserockz` - Call on_error if no api client connected that handles voice :esphomepr:`4709` by :ghuser:`jesserockz` +- Add ethernet powerdown (fixes esphome/issues#4420) :esphomepr:`4706` by :ghuser:`tracestep` +- Bump arduino platform version to 5.3.0 :esphomepr:`4713` by :ghuser:`jesserockz` Full list of changes -------------------- @@ -155,6 +157,8 @@ All changes - Add timeout to i2c write error logs :esphomepr:`4697` by :ghuser:`Szewcson` - Add event triggers to voice_assistant :esphomepr:`4699` by :ghuser:`jesserockz` - Call on_error if no api client connected that handles voice :esphomepr:`4709` by :ghuser:`jesserockz` +- Add ethernet powerdown (fixes esphome/issues#4420) :esphomepr:`4706` by :ghuser:`tracestep` +- Bump arduino platform version to 5.3.0 :esphomepr:`4713` by :ghuser:`jesserockz` Past Changelogs ---------------