Skip to content

Commit

Permalink
v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kalchev committed Oct 25, 2023
1 parent 4c3df6c commit ed94a26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Sections
### Developers
-->

## [4.9.1] - 2023-10-25

- Fix handling of explict close. [#467](https://github.com/ikalchev/HAP-python/pull/467)

## [4.9.0] - 2023-10-15

- Hashing of accessories no longer includes their values, resulting in more reliable syncs between
Expand Down
2 changes: 1 addition & 1 deletion pyhap/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This module contains constants used by other modules."""
MAJOR_VERSION = 4
MINOR_VERSION = 9
PATCH_VERSION = 0
PATCH_VERSION = 1
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER = (3, 7)
Expand Down

0 comments on commit ed94a26

Please sign in to comment.