We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53e24b commit 2316027Copy full SHA for 2316027
README.rst
@@ -134,6 +134,11 @@ See examples directory for more.
134
Changelog
135
=========
136
137
+0.24.3
138
+------
139
+
140
+* Fixed import-time "TypeError: 'ellipsis' object is not iterable." on CPython 3.5.2
141
142
0.24.2
143
------
144
zeroconf/__init__.py
@@ -42,7 +42,7 @@
42
43
__author__ = 'Paul Scott-Murphy, William McBrine'
44
__maintainer__ = 'Jakub Stasiak <[email protected]>'
45
-__version__ = '0.24.2'
+__version__ = '0.24.3'
46
__license__ = 'LGPL'
47
48
0 commit comments