Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.11.3 #4492

Merged
merged 3 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump version to 2024.11.3
  • Loading branch information
jesserockz committed Dec 6, 2024
commit 87e1ac4fcf4aa049ebec41908943e276ce7599d5
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
@@ -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.11.2
PROJECT_NUMBER = 2024.11.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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.11.2
ESPHOME_REF = 2024.11.3
PAGEFIND_VERSION=1.1.1
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.11.2
2024.11.3
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
# The short X.Y version.
version = "2024.11"
# The full version, including alpha/beta/rc tags.
release = "2024.11.2"
release = "2024.11.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.