10000 Bump version to 2025.7.0dev0 (#145647) · home-assistant/core@8364d8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8364d8a

Browse files
Bump version to 2025.7.0dev0 (#145647)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
1 parent 96c9636 commit 8364d8a

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: 2
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
43-
HA_SHORT_VERSION: "2025.6"
43+
HA_SHORT_VERSION: "2025.7"
4444
DEFAULT_PYTHON: "3.13"
4545
ALL_PYTHON_VERSIONS: "['3.13']"
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
@@ -24,7 +24,7 @@
2424

2525
APPLICATION_NAME: Final = "HomeAssistant"
2626
MAJOR_VERSION: Final = 2025
27-
MINOR_VERSION: Final = 6
27+
MINOR_VERSION: Final = 7
2828
PATCH_VERSION: Final = "0.dev0"
2929
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
3030
__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.6.0.dev0"
7+
version = "2025.7.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)
0