Skip to content

Commit 41cf337

Browse files
authored
Merge pull request #4762 from esphome/bump-2025.3.0b4
2025.3.0b4
2 parents c92a780 + e42ee67 commit 41cf337

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 = 2025.3.0b3
41+
PROJECT_NUMBER = 2025.3.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 = 2025.3.0b3
2+
ESPHOME_REF = 2025.3.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-
2025.3.0b3
1+
2025.3.0b4

changelog/2025.3.0.rst

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Beta Changes
5454
- Bump tornado from 6.4 to 6.4.2 :esphomepr:`8398` by :ghuser:`dependabot[bot]`
5555
- [font] Fix issues with bitmap fonts :esphomepr:`8407` by :ghuser:`clydebarrow`
5656
- Added getters for graphs ymin and ymax :esphomepr:`8112` by :ghuser:`Duckle29`
57+
- [docker] Bump curl, git, openssh-client, libopenjp2-7, nginx-light :esphomepr:`8419` by :ghuser:`kbx81`
58+
- [docker] Bump libfreetype :esphomepr:`8426` by :ghuser:`kbx81`
59+
- [core] Handle mis-typed platform name more cleanly :esphomepr:`8424` by :ghuser:`clydebarrow`
5760

5861
All changes
5962
^^^^^^^^^^^

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = "2025.3"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "2025.3.0b3"
77+
release = "2025.3.0b4"
7878

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

guides/supporters.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ Contributors
857857
- `Lorenzo Ortiz (@Infinitte) <https://github.com/Infinitte>`__
858858
- `Dom (@Ing-Dom) <https://github.com/Ing-Dom>`__
859859
- `Samir El Benna (@ingbenna) <https://github.com/ingbenna>`__
860+
- `Ingenegr (@Ingenegr) <https://github.com/Ingenegr>`__
860861
- `Ingo Becker (@ingobecker) <https://github.com/ingobecker>`__
861862
- `Ingurum (@Ingurum) <https://github.com/Ingurum>`__
862863
- `Marc J (@InvncibiltyCloak) <https://github.com/InvncibiltyCloak>`__
@@ -2101,4 +2102,4 @@ Contributors
21012102
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
21022103
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
21032104

2104-
*This page was last updated March 16, 2025.*
2105+
*This page was last updated March 18, 2025.*

0 commit comments

Comments
 (0)