Skip to content

Commit 4c6fb25

Browse files
committed
v4.4.0
1 parent ecec00a commit 4c6fb25

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
@@ -15,6 +15,10 @@ Sections
1515
### Breaking Changes
1616
### Developers
1717
-->
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)
1822

1923
## [4.3.0] - 2021-10-07
2024

pyhap/const.py

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

0 commit comments

Comments
 (0)