Skip to content

Commit b883d2f

Browse files
committed
Bump version to 2026.1.0dev0
1 parent 4654d6d commit b883d2f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 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

homeassistant/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from .helpers.typing import NoEventData
1616

1717
APPLICATION_NAME: Final = "HomeAssistant"
18-
MAJOR_VERSION: Final = 2025
19-
MINOR_VERSION: Final = 12
18+
MAJOR_VERSION: Final = 2026
19+
MINOR_VERSION: Final = 1
2020
PATCH_VERSION: Final = "0.dev0"
2121
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
2222
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.12.0.dev0"
7+
version = "2026.1.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."
@@ -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]

0 commit comments

Comments
 (0)