Skip to content

Commit ed94a26

Browse files
author
Ivan Kalchev
committed
v4.9.1
1 parent 4c3df6c commit ed94a26

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

19+
## [4.9.1] - 2023-10-25
20+
21+
- Fix handling of explict close. [#467](https://github.com/ikalchev/HAP-python/pull/467)
22+
1923
## [4.9.0] - 2023-10-15
2024

2125
- Hashing of accessories no longer includes their values, resulting in more reliable syncs between

pyhap/const.py

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

0 commit comments

Comments
 (0)