| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fad8646 commit 78670f7
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,15 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!-- version list --> | |
| 4 | 4 | ||
| 5 | + ## v0.149.16 (2026-05-21) | ||
| 6 | + | ||
| 7 | + ### Bug Fixes | ||
| 8 | + | ||
| 9 | + - Re-release for GHSA-qc2x-6f54-m6h9 | ||
| 10 | + ([#1770](https://github.com/python-zeroconf/python-zeroconf/pull/1770), | ||
| 11 | + [`fad8646`](https://github.com/python-zeroconf/python-zeroconf/commit/fad86461630237d1f0c04e3745fef65e4cc3055c)) | ||
| 12 | + | ||
| 13 | + | ||
| 5 | 14 | ## v0.149.15 (2026-05-21) | |
| 6 | 15 | ||
| 7 | 16 | ### Bug Fixes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |||
| 4 | 4 | ||
| 5 | 5 | [project] | |
| 6 | 6 | name = "zeroconf" | |
| 7 | - version = "0.149.15" | ||
| 7 | + version = "0.149.16" | ||
| 8 | 8 | license = "LGPL-2.1-or-later" | |
| 9 | 9 | description = "A pure python implementation of multicast DNS service discovery" | |
| 10 | 10 | readme = "README.rst" | |
| 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.149.15" | ||
| 91 | + __version__ = "0.149.16" | ||
| 92 | 92 | __license__ = "LGPL" | |
| 93 | 93 | ||
| 94 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments