We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627c22e commit af33c83Copy full SHA for af33c83
README.rst
@@ -120,6 +120,11 @@ See examples directory for more.
120
Changelog
121
=========
122
123
+0.21.2
124
+------
125
+
126
+* Fixed import-time typing-related TypeError when older typing version is used
127
128
0.21.1
129
------
130
zeroconf.py
@@ -38,7 +38,7 @@
38
39
__author__ = 'Paul Scott-Murphy, William McBrine'
40
__maintainer__ = 'Jakub Stasiak <[email protected]>'
41
-__version__ = '0.21.1'
+__version__ = '0.21.2'
42
__license__ = 'LGPL'
43
44
0 commit comments