Skip to content

Commit c92a780

Browse files
authored
Merge pull request #4758 from esphome/bump-2025.3.0b3
2025.3.0b3
2 parents 4969a48 + ff5ff48 commit c92a780

File tree

6 files changed

+7
-5
lines changed

6 files changed

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

changelog/2025.3.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Beta Changes
5252
- Rework pyproject.toml to make it parseable by dependabot :esphomepr:`8397` by :ghuser:`bdraco`
5353
- Bump cryptography to 44.0.2 :esphomepr:`8399` by :ghuser:`bdraco`
5454
- Bump tornado from 6.4 to 6.4.2 :esphomepr:`8398` by :ghuser:`dependabot[bot]`
55+
- [font] Fix issues with bitmap fonts :esphomepr:`8407` by :ghuser:`clydebarrow`
56+
- Added getters for graphs ymin and ymax :esphomepr:`8112` by :ghuser:`Duckle29`
5557

5658
All changes
5759
^^^^^^^^^^^

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.0b2"
77+
release = "2025.3.0b3"
7878

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

guides/supporters.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2101,4 +2101,4 @@ Contributors
21012101
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
21022102
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
21032103

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

0 commit comments

Comments
 (0)