From 65c04df0a1f6837858061eb476fcfa95681b258e Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 13 Dec 2022 09:13:30 +1300 Subject: [PATCH 1/3] Bump version to 2022.12.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 ac5344a8a..7643bda91 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.12.0b3 +PROJECT_NUMBER = 2022.12.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 9744925e2..9e1abf84b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.12.0b3 +ESPHOME_REF = 2022.12.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 e56d22923..b3c3b5bfe 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.12.0b3 \ No newline at end of file +2022.12.0b4 \ No newline at end of file diff --git a/conf.py b/conf.py index a031082b2..14a9a36c7 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.12" # The full version, including alpha/beta/rc tags. -release = "2022.12.0b3" +release = "2022.12.0b4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 0c898c423a9dea9d08ad756db82526e15ec3fa30 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 13 Dec 2022 09:14:04 +1300 Subject: [PATCH 2/3] Update changelog for 2022.12.0b4 --- changelog/2022.12.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/2022.12.0.rst b/changelog/2022.12.0.rst index f556034dd..8d8a2480c 100644 --- a/changelog/2022.12.0.rst +++ b/changelog/2022.12.0.rst @@ -51,6 +51,7 @@ Beta Changes - Fix ble parsing with zero padded advertisements :esphomepr:`4162` by :ghuser:`jesserockz` - Increase watchdog timeout when starting OTA :esphomepr:`4172` by :ghuser:`jesserockz` +- Bump esphome-dashboard to 20221213.0 :esphomepr:`4176` by :ghuser:`jesserockz` All changes ^^^^^^^^^^^ From b064f5ff80c5996fcdce4ba3e278523cd4ea75d0 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 13 Dec 2022 09:14:40 +1300 Subject: [PATCH 3/3] Update supporters for 2022.12.0b4 --- guides/supporters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 4f35b7ad4..72970724a 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -904,4 +904,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated December 12, 2022.* +*This page was last updated December 13, 2022.*