Skip to content

Commit 3499ed7

Browse files
authored
2 parents ab5d1d2 + 2c809d5 commit 3499ed7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

homeassistant/components/bluetooth/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"bluetooth-auto-recovery==1.5.2",
2222
"bluetooth-data-tools==1.28.2",
2323
"dbus-fast==2.44.3",
24-
"habluetooth==5.6.2"
24+
"habluetooth==5.6.4"
2525
]
2626
}

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 = 9
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
@@ -34,7 +34,7 @@ dbus-fast==2.44.3
3434
fnv-hash-fast==1.5.0
3535
go2rtc-client==0.2.1
3636
ha-ffmpeg==3.2.2
37-
habluetooth==5.6.2
37+
habluetooth==5.6.4
3838
hass-nabucasa==1.1.1
3939
hassil==3.2.0
4040
home-assistant-bluetooth==1.13.1

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.9.2"
7+
version = "2025.9.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)