Skip to content

Commit 0171b52

Browse files
frenckbramkragten
andauthored
Co-authored-by: Bram Kragten <[email protected]>
2 parents 773c250 + 94fd9d1 commit 0171b52

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

homeassistant/components/frontend/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"documentation": "https://www.home-assistant.io/integrations/frontend",
2121
"integration_type": "system",
2222
"quality_scale": "internal",
23-
"requirements": ["home-assistant-frontend==20250531.3"]
23+
"requirements": ["home-assistant-frontend==20250531.4"]
2424
}

homeassistant/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
APPLICATION_NAME: Final = "HomeAssistant"
2626
MAJOR_VERSION: Final = 2025
2727
MINOR_VERSION: Final = 6
28-
PATCH_VERSION: Final = "2"
28+
PATCH_VERSION: Final = "3"
2929
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
3030
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
3131
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 2)

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ habluetooth==3.49.0
3939
hass-nabucasa==0.101.0
4040
hassil==2.2.3
4141
home-assistant-bluetooth==1.13.1
42-
home-assistant-frontend==20250531.3
42+
home-assistant-frontend==20250531.4
4343
home-assistant-intents==2025.6.10
4444
httpx==0.28.1
4545
ifaddr==0.2.0

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.2"
7+
version = "2025.6.3"
88
license = "Apache-2.0"
99
license-files = ["LICENSE*", "homeassistant/backports/LICENSE*"]
1010
description = "Open-source home automation platform running on Python 3."

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)