File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v0.149.6 (2026-05-18)
6+
7+ ### Bug Fixes
8+
9+ - Bound _ seen_logs and stop retaining exc_info
10+ ([ #1717 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1717 ) ,
11+ [ ` 95561e2 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/95561e28b24922358f1991e38e3a86d70d72dcec ) )
12+
13+
514## v0.149.5 (2026-05-18)
615
716### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[project ]
66name = " zeroconf"
7- version = " 0.149.5 "
7+ version = " 0.149.6 "
88license = " LGPL-2.1-or-later"
99description = " A pure python implementation of multicast DNS service discovery"
1010readme = " README.rst"
Original file line number Diff line number Diff line change 8888
8989__author__ = "Paul Scott-Murphy, William McBrine"
9090__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91- __version__ = "0.149.5 "
91+ __version__ = "0.149.6 "
9292__license__ = "LGPL"
9393
9494
You can’t perform that action at this time.
0 commit comments