8000 v4.9.2 · ikalchev/HAP-python@86ed133 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86ed133

Browse files
author
Ivan Kalchev
committed
v4.9.2
1 parent 0a97ad9 commit 86ed133

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.2] - 2024-11-03
20+
21+
- Implement zerocopy writes for the encrypted protocol. [#476](https://github.com/ikalchev/HAP-python/pull/476)
22+
- Linter and test fixe.
23+
1924
## [4.9.1] - 2023-10-25
2025

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

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 = 1
4+
PATCH_VERSION = 2
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)
0