Skip to content

Commit 53cc868

Browse files
author
semantic-release
committed
0.144.3
Automatically generated by python-semantic-release
1 parent 43136fa commit 53cc868

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
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.144.3 (2025-02-14)
5+
6+
### Bug Fixes
7+
8+
- Non unique name during wheel upload
9+
([#1527](https://github.com/python-zeroconf/python-zeroconf/pull/1527),
10+
[`43136fa`](https://github.com/python-zeroconf/python-zeroconf/commit/43136fa418d4d7826415e1d0f7761b198347ced7))
11+
12+
413
## v0.144.2 (2025-02-14)
514

615
### 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.144.2"
3+
version = "0.144.3"
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.144.2"
91+
__version__ = "0.144.3"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)