Skip to content

Commit 8e4f5a4

Browse files
authored
Merge pull request #4454 from esphome/bump-2024.11.0b4
2024.11.0b4
2 parents cf716c2 + 03fbccd commit 8e4f5a4

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

Doxygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2024.11.0b3
41+
PROJECT_NUMBER = 2024.11.0b4
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2024.11.0b3
2+
ESPHOME_REF = 2024.11.0b4
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.11.0b3
1+
2024.11.0b4

changelog/2024.11.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Beta Changes
8484
- ld2420: fix typo in log message :esphomepr:`7758` by :ghuser:`bfabio`
8585
- TuyaFan control should use oscillation_type :esphomepr:`7776` by :ghuser:`pethans`
8686
- Bump esphome-dashboard to 20241118.0 :esphomepr:`7782` by :ghuser:`jesserockz`
87+
- [http_request] Feed watchdog timeout around http request functions :esphomepr:`7786` by :ghuser:`jesserockz`
88+
- Bump esphome-dashboard to 20241120.0 :esphomepr:`7787` by :ghuser:`jesserockz`
8789

8890
All changes
8991
^^^^^^^^^^^

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# The short X.Y version.
7474
version = "2024.11"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2024.11.0b3"
76+
release = "2024.11.0b4"
7777

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

guides/supporters.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ Contributors
697697
- `Geoffrey Van Landeghem (@geoffrey-vl) <https://github.com/geoffrey-vl>`__
698698
- `Gérald Guiony (@gerald-guiony) <https://github.com/gerald-guiony>`__
699699
- `Gerard (@gerard33) <https://github.com/gerard33>`__
700+
- `German (@ghoeffner) <https://github.com/ghoeffner>`__
700701
- `Giampiero Baggiani (@giampiero7) <https://github.com/giampiero7>`__
701702
- `Gideon Kanikevich (@gid204) <https://github.com/gid204>`__
702703
- `Giel Janssens (@gieljnssns) <https://github.com/gieljnssns>`__
@@ -1460,6 +1461,7 @@ Contributors
14601461
- `Peter Halicky (@peterhalicky) <https://github.com/peterhalicky>`__
14611462
- `Peter Polacek (@PeterPolacek) <https://github.com/PeterPolacek>`__
14621463
- `peterv99 (@peterv99) <https://github.com/peterv99>`__
1464+
- `pethans (@pethans) <https://github.com/pethans>`__
14631465
- `Peter Remøy Paulsen (@petrepa) <https://github.com/petrepa>`__
14641466
- `Peter Kieser (@pfak) <https://github.com/pfak>`__
14651467
- `Lee (@phatone007) <https://github.com/phatone007>`__
@@ -2027,4 +2029,4 @@ Contributors
20272029
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
20282030
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
20292031

2030-
*This page was last updated November 19, 2024.*
2032+
*This page was last updated November 20, 2024.*

0 commit comments

Comments
 (0)