Skip to content

Commit 335c82f

Browse files
committed
Release 0.17.4
1 parent 46377a2 commit 335c82f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## 0.17.4 Bugfix for ValueReader 2021-03-26
44

55
### Internals
66

7-
- Comparing GroupAddress or IndividualAddress to other types don't raise TypeError anymore.
7+
- Comparing GroupAddress or IndividualAddress to other types don't raise TypeError anymore
8+
- Specify some type annotations
89

910
## 0.17.3 Passive addresses 2021-03-16
1011

xknx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""XKNX version."""
22

3-
__version__ = "0.17.3"
3+
__version__ = "0.17.4"

0 commit comments

Comments
 (0)