Skip to content

Commit 2316027

Browse files
committed
Release version 0.24.3
1 parent f53e24b commit 2316027

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ See examples directory for more.
134134
Changelog
135135
=========
136136

137+
0.24.3
138+
------
139+
140+
* Fixed import-time "TypeError: 'ellipsis' object is not iterable." on CPython 3.5.2
141+
137142
0.24.2
138143
------
139144

zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
__author__ = 'Paul Scott-Murphy, William McBrine'
4444
__maintainer__ = 'Jakub Stasiak <[email protected]>'
45-
__version__ = '0.24.2'
45+
__version__ = '0.24.3'
4646
__license__ = 'LGPL'
4747

4848

0 commit comments

Comments
 (0)