We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecec00a commit 4c6fb25Copy full SHA for 4c6fb25
2 files changed
CHANGELOG.md
@@ -15,6 +15,10 @@ Sections
15
### Breaking Changes
16
### Developers
17
-->
18
+## [4.4.0] - 2022-11-01
19
+
20
+### Added
21
+- Allow invalid client values when enabled. [#392](https://github.com/ikalchev/HAP- python/pull/392)
22
23
## [4.3.0] - 2021-10-07
24
pyhap/const.py
@@ -1,6 +1,6 @@
1
"""This module contains constants used by other modules."""
2
MAJOR_VERSION = 4
3
-MINOR_VERSION = 3
+MINOR_VERSION = 4
4
PATCH_VERSION = 0
5
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
6
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments