File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
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 = 2024.12.3
41
+ PROJECT_NUMBER = 2024.12.4
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 = 2024.12.3
2
+ ESPHOME_REF = 2024.12.4
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
- 2024.12.3
1
+ 2024.12.4
Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ Release 2024.12.3 - January 17
60
60
- [http_request] Bugfix: run update function in a task :esphomepr: `8018 ` by :ghuser: `kahrendt `
61
61
62
62
63
+ Release 2024.12.4 - January 17
64
+ ------------------------------
65
+
66
+ - Bump python3-setuptools to 66.1.1-1+deb12u1 :esphomepr: `8074 ` by :ghuser: `jesserockz `
67
+
68
+
63
69
Full list of changes
64
70
--------------------
65
71
Original file line number Diff line number Diff line change 73
73
# The short X.Y version.
74
74
version = "2024.12"
75
75
# The full version, including alpha/beta/rc tags.
76
- release = "2024.12.3 "
76
+ release = "2024.12.4 "
77
77
78
78
# The language for content autogenerated by Sphinx. Refer to documentation
79
79
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments