From 3f51afffb5f969b93fe063608da229f66f935a67 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:06:55 +1200 Subject: [PATCH 1/2] Bump version to 2024.8.3 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index fe1de8c56f..1b7b146f0e 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 = 2024.8.2 +PROJECT_NUMBER = 2024.8.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 28cdcec4d0..1683244729 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2024.8.2 +ESPHOME_REF = 2024.8.3 PAGEFIND_VERSION=1.1.0 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 0a5328ac76..1e08ca9ca6 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2024.8.2 \ No newline at end of file +2024.8.3 \ No newline at end of file diff --git a/conf.py b/conf.py index 87364a2115..e3185207f3 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = "2024.8" # The full version, including alpha/beta/rc tags. -release = "2024.8.2" +release = "2024.8.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 8b94681168da4b902a8e6a2a44163cc76421d522 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:07:16 +1200 Subject: [PATCH 2/2] Update changelog for 2024.8.3 --- changelog/2024.8.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/2024.8.0.rst b/changelog/2024.8.0.rst index 0539a80b7a..205e654470 100644 --- a/changelog/2024.8.0.rst +++ b/changelog/2024.8.0.rst @@ -65,6 +65,11 @@ Release 2024.8.2 - September 3 - Enable IPv6 when manual IPv4 is enabled :esphomepr:`7381` by :ghuser:`HeMan` - [core] Only clean build files with esp-idf :esphomepr:`7388` by :ghuser:`jesserockz` +Release 2024.8.3 - September 3 +------------------------------ + +- Bump Dockerfile dependencies :esphomepr:`7386` by :ghuser:`jesserockz` + Full list of changes --------------------