Skip to content

Commit fb876d6

Browse files
committed
Release version 0.28.4
1 parent 0265a9d commit fb876d6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

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

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+
137143
0.28.3
138144
======
139145

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 <jakub@stasiak.at>'
45-
__version__ = '0.28.3'
45+
__version__ = '0.28.4'
4646
__license__ = 'LGPL'
4747

4848

0 commit comments

Comments
 (0)