File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 CACHE_VERSION : 2
4141 UV_CACHE_VERSION : 1
4242 MYPY_CACHE_VERSION : 1
43- HA_SHORT_VERSION : " 2025.12 "
43+ HA_SHORT_VERSION : " 2026.1 "
4444 DEFAULT_PYTHON : " 3.13"
4545 ALL_PYTHON_VERSIONS : " ['3.13', '3.14']"
4646 # 10.3 is the oldest supported version
Original file line number Diff line number Diff line change 1515 from .helpers .typing import NoEventData
1616
1717APPLICATION_NAME : Final = "HomeAssistant"
18- MAJOR_VERSION : Final = 2025
19- MINOR_VERSION : Final = 12
18+ MAJOR_VERSION : Final = 2026
19+ MINOR_VERSION : Final = 1
2020PATCH_VERSION : Final = "0.dev0"
2121__short_version__ : Final = f"{ MAJOR_VERSION } .{ MINOR_VERSION } "
2222__version__ : Final = f"{ __short_version__ } .{ PATCH_VERSION } "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " homeassistant"
7- version = " 2025.12 .0.dev0"
7+ version = " 2026.1 .0.dev0"
88license = " Apache-2.0"
99license-files = [" LICENSE*" , " homeassistant/backports/LICENSE*" ]
1010description = " Open-source home automation platform running on Python 3."
@@ -830,7 +830,7 @@ ignore = [
830830 # Disabled because ruff does not understand type of __all__ generated by a function
831831 " PLE0605" ,
832832
833- " FURB116"
833+ " FURB116" ,
834834]
835835
836836[tool .ruff .lint .flake8-import-conventions .extend-aliases ]
You can’t perform that action at this time.
0 commit comments