Skip to content

Commit 9f9b7d7

Browse files
authored
Merge pull request #4589 from esphome/bump-2024.12.4
2024.12.4
2 parents 14fb7f9 + cfac34e commit 9f9b7d7

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.12.3
41+
PROJECT_NUMBER = 2024.12.4
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.12.3
2+
ESPHOME_REF = 2024.12.4
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.12.3
1+
2024.12.4

changelog/2024.12.0.rst

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ Release 2024.12.3 - January 17
6060
- [http_request] Bugfix: run update function in a task :esphomepr:`8018` by :ghuser:`kahrendt`
6161

6262

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+
6369
Full list of changes
6470
--------------------
6571

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.12"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2024.12.3"
76+
release = "2024.12.4"
7777

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

0 commit comments

Comments
 (0)