Skip to content

Commit b03cee3

Browse files
committed
Prepare release 0.21.0
1 parent ff4a262 commit b03cee3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@ See examples directory for more.
120120
Changelog
121121
=========
122122

123+
0.21.0
124+
------
125+
126+
* Added an error message when importing the package using unsupported Python version
127+
* Fixed TTL handling for published service
128+
* Implemented unicast support
129+
* Fixed WSL (Windows Subsystem for Linux) compatibility
130+
* Fixed occassional UnboundLocalError issue
131+
* Fixed UTF-8 multibyte name compression
132+
* Switched from netifaces to ifaddr (pure Python)
133+
* Allowed incoming service names to contain underscores
134+
123135
0.20.0
124136
------
125137

zeroconf.py

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

4040
__author__ = 'Paul Scott-Murphy, William McBrine'
4141
__maintainer__ = 'Jakub Stasiak <[email protected]>'
42-
__version__ = '0.20.0'
42+
__version__ = '0.21.0'
4343
__license__ = 'LGPL'
4444

4545

0 commit comments

Comments
 (0)