Skip to content

Commit d251738

Browse files
author
semantic-release
committed
0.146.5
Automatically generated by python-semantic-release
1 parent cc0f835 commit d251738

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

33

4+
## v0.146.5 (2025-04-14)
5+
6+
### Bug Fixes
7+
8+
- Address non-working socket configuration
9+
([#1563](https://github.com/python-zeroconf/python-zeroconf/pull/1563),
10+
[`cc0f835`](https://github.com/python-zeroconf/python-zeroconf/commit/cc0f8350c30c82409b1a9bfecb19ff9b3368d6a7))
11+
12+
Co-authored-by: J. Nick Koston <nick@koston.org>
13+
14+
415
## v0.146.4 (2025-04-14)
516

617
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zeroconf"
3-
version = "0.146.4"
3+
version = "0.146.5"
44
description = "A pure python implementation of multicast DNS service discovery"
55
authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"]
66
license = "LGPL-2.1-or-later"

src/zeroconf/__init__.py

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

8989
__author__ = "Paul Scott-Murphy, William McBrine"
9090
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91-
__version__ = "0.146.4"
91+
__version__ = "0.146.5"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)