We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cb804 commit 203ec2eCopy full SHA for 203ec2e
2 files changed
README.rst
@@ -134,8 +134,8 @@ See examples directory for more.
134
Changelog
135
=========
136
137
-0.29.0 (not released yet)
138
-=========================
+0.29.0
+======
139
140
* A single socket is used for listening on responding when `InterfaceChoice.Default` is chosen.
141
Thanks to J. Nick Koston.
zeroconf/__init__.py
@@ -42,7 +42,7 @@
42
43
__author__ = 'Paul Scott-Murphy, William McBrine'
44
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
45
-__version__ = '0.28.8'
+__version__ = '0.29.0'
46
__license__ = 'LGPL'
47
48
0 commit comments