FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

0.151.1 · python-zeroconf/python-zeroconf@e10ae7e · GitHub

Commit e10ae7e

Browse files
semantic-release
committed
0.151.1
Automatically generated by python-semantic-release
1 parent c0b2d50 commit e10ae7e

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- version list -->
44

5+
## v0.151.1 (2026-08-28)
6+
7+
### Bug Fixes
8+
9+
- Accept str addresses in ServiceInfo.addresses under cython
10+
([#1836](https://github.com/python-zeroconf/python-zeroconf/pull/1836),
11+
[`c0b2d50`](https://github.com/python-zeroconf/python-zeroconf/commit/c0b2d5018b2946eee89ca584c377fa00870b32b6))
12+
13+
514
## v0.151.0 (2026-08-28)
615

716
### Features

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "zeroconf"
7-
version = "0.151.0"
7+
version = "0.151.1"
88
license = "LGPL-2.1-or-later"
99
description = "A pure python implementation of multicast DNS service discovery"
1010
readme = "README.rst"

‎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.151.0"
91+
__version__ = "0.151.1"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL