Skip to content

Commit 72156bb

Browse files
author
Ivan Kalchev
committed
v4.9.0
1 parent 7d5fc4d commit 72156bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Sections
1616
### Developers
1717
-->
1818

19+
## [4.9.0] - 2023-10-15
20+
21+
- Hashing of accessories no longer includes their values, resulting in more reliable syncs between
22+
devices. [#464](https://github.com/ikalchev/HAP-python/pull/464)
23+
1924
## [4.8.0] - 2023-10-06
2025

2126
- Add AccessoryInformation:HardwareFinish and NFCAccess characteristics/services.

pyhap/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""This module contains constants used by other modules."""
22
MAJOR_VERSION = 4
3-
MINOR_VERSION = 8
3+
MINOR_VERSION = 9
44
PATCH_VERSION = 0
55
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
66
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 commit comments

Comments
 (0)