Bump version to 2024.9.0b4

This commit is contained in:
Jesse Hills 2024-09-18 12:57:29 +12:00
parent e0bad5770f
commit fc138c1879
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 4 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 # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 2024.9.0b3 PROJECT_NUMBER = 2024.9.0b4
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # 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_PATH = ../esphome
ESPHOME_REF = 2024.9.0b3 ESPHOME_REF = 2024.9.0b4
PAGEFIND_VERSION=1.1.0 PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind NET_PAGEFIND=../pagefindbin/pagefind

View File

@ -1 +1 @@
2024.9.0b3 2024.9.0b4

View File

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