File tree 3 files changed +11
-2
lines changed
Filter options
3 files changed +11
-2
lines changed
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.144.1 (2025-02-12)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Wheel builds failing after adding armv7l builds
9
+ ([ #1518 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1518 ) ,
10
+ [ ` e7adac9 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/e7adac9c59fc4d0c4822c6097a4daee3d68eb4de ) )
11
+
12
+
4
13
## v0.144.0 (2025-02-12)
5
14
6
15
### Features
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " zeroconf"
3
- version = " 0.144.0 "
3
+ version = " 0.144.1 "
4
4
description = " A pure python implementation of multicast DNS service discovery"
5
5
authors = [" Paul Scott-Murphy" , " William McBrine" , " Jakub Stasiak" , " J. Nick Koston" ]
6
6
license = " LGPL-2.1-or-later"
Original file line number Diff line number Diff line change 88
88
89
89
__author__ = "Paul Scott-Murphy, William McBrine"
90
90
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91
- __version__ = "0.144.0 "
91
+ __version__ = "0.144.1 "
92
92
__license__ = "LGPL"
93
93
94
94
You can’t perform that action at this time.
0 commit comments