| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e7adac9 commit dba44e4
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,15 @@ | |||
| 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,6 +1,6 @@ | |||
| 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,7 +88,7 @@ | |||
| 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments