We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46377a2 commit 335c82fCopy full SHA for 335c82f
changelog.md
@@ -1,10 +1,11 @@
1
# Changelog
2
3
-## Unreleased changes
+## 0.17.4 Bugfix for ValueReader 2021-03-26
4
5
### Internals
6
7
-- Comparing GroupAddress or IndividualAddress to other types don't raise TypeError anymore.
+- Comparing GroupAddress or IndividualAddress to other types don't raise TypeError anymore
8
+- Specify some type annotations
9
10
## 0.17.3 Passive addresses 2021-03-16
11
xknx/__version__.py
@@ -1,3 +1,3 @@
"""XKNX version."""
-__version__ = "0.17.3"
+__version__ = "0.17.4"
0 commit comments