We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5fc4d commit 72156bbCopy full SHA for 72156bb
CHANGELOG.md
@@ -16,6 +16,11 @@ Sections
16
### Developers
17
-->
18
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
24
## [4.8.0] - 2023-10-06
25
26
- Add AccessoryInformation:HardwareFinish and NFCAccess characteristics/services.
pyhap/const.py
@@ -1,6 +1,6 @@
1
"""This module contains constants used by other modules."""
2
MAJOR_VERSION = 4
3
-MINOR_VERSION = 8
+MINOR_VERSION = 9
4
PATCH_VERSION = 0
5
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
6
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments