Skip to content

Commit c10b643

Browse files
authored
Bump version to 2025.12.0.dev0 (#155441)
1 parent 569dd2d commit c10b643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
CACHE_VERSION: 1
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
43-
HA_SHORT_VERSION: "2025.11"
43+
HA_SHORT_VERSION: "2025.12"
4444
DEFAULT_PYTHON: "3.13"
4545
ALL_PYTHON_VERSIONS: "['3.13', '3.14']"
4646
# 10.3 is the oldest supported version

homeassistant/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
APPLICATION_NAME: Final = "HomeAssistant"
2525
MAJOR_VERSION: Final = 2025
26-
MINOR_VERSION: Final = 11
26+
MINOR_VERSION: Final = 12
2727
PATCH_VERSION: Final = "0.dev0"
2828
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
2929
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "homeassistant"
7-
version = "2025.11.0.dev0"
7+
version = "2025.12.0.dev0"
88
license = "Apache-2.0"
99
license-files = ["LICENSE*", "homeassistant/backports/LICENSE*"]
1010
description = "Open-source home automation platform running on Python 3."

0 commit comments

Comments
 (0)