File tree 6 files changed +7
-5
lines changed
6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2025.3.0b2
41
+ PROJECT_NUMBER = 2025.3.0b3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
ESPHOME_PATH = ../esphome
2
- ESPHOME_REF = 2025.3.0b2
2
+ ESPHOME_REF = 2025.3.0b3
3
3
PAGEFIND_VERSION =1.1.1
4
4
PAGEFIND =pagefind
5
5
NET_PAGEFIND =../pagefindbin/pagefind
Original file line number Diff line number Diff line change 1
- 2025.3.0b2
1
+ 2025.3.0b3
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Beta Changes
52
52
- Rework pyproject.toml to make it parseable by dependabot :esphomepr: `8397 ` by :ghuser: `bdraco `
53
53
- Bump cryptography to 44.0.2 :esphomepr: `8399 ` by :ghuser: `bdraco `
54
54
- 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 `
55
57
56
58
All changes
57
59
^^^^^^^^^^^
Original file line number Diff line number Diff line change 74
74
# The short X.Y version.
75
75
version = "2025.3"
76
76
# The full version, including alpha/beta/rc tags.
77
- release = "2025.3.0b2 "
77
+ release = "2025.3.0b3 "
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -2101,4 +2101,4 @@ Contributors
2101
2101
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59 >`__
2102
2102
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev >`__
2103
2103
2104
- *This page was last updated March 12 , 2025. *
2104
+ *This page was last updated March 16 , 2025. *
You can’t perform that action at this time.
0 commit comments