Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 0538abf

Browse files
committed
Release version 0.27.1
1 parent 10065b9 commit 0538abf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.27.1
138+
------
139+
140+
* Improved the logging situation (includes fixing a false-positive "packets() made no progress
141+
adding records", thanks to Greg Badros)
142+
137143
0.27.0
138144
------
139145

zeroconf/__init__.py

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

4444
__author__ = 'Paul Scott-Murphy, William McBrine'
4545
__maintainer__ = 'Jakub Stasiak <[email protected]>'
46-
__version__ = '0.27.0'
46+
__version__ = '0.27.1'
4747
__license__ = 'LGPL'
4848

4949

0 commit comments

Comments
 (0)