1 parent 0265a9d commit fb876d6Copy full SHA for fb876d6
2 files changed
README.rst
@@ -134,6 +134,12 @@ See examples directory for more.
134
Changelog
135
=========
136
137
+0.28.4
138
+======
139
+
140
+* Improved cache reaper performance significantly, thanks to J. Nick Koston.
141
+* Added ServiceListener to __all__ as it's part of the public API, thanks to Justin Nesselrotte.
142
143
0.28.3
144
======
145
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.3'
+__version__ = '0.28.4'
46
__license__ = 'LGPL'
47
48
0 commit comments