8000 0.136.2 · python-zeroconf/python-zeroconf@1b0d2f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b0d2f5

Browse files
author
semantic-release
committed
0.136.2
Automatically generated by python-semantic-release
1 parent 2ea705d commit 1b0d2f5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

33

4+
## v0.136.2 (2024-11-21)
5+
6+
### Bug Fixes
7+
8+
* fix: retrigger release from failed github workflow (#1443) ([`2ea705d`](https://github.com/python-zeroconf/python-zeroconf/commit/2ea705d850c1cb096c87372d5ec855f684603d01))
9+
10+
411
## v0.136.1 (2024-11-21)
512

613
### 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.136.1"
3+
version = "0.136.2"
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
@@ -83,7 +83,7 @@
8383

8484
__author__ = "Paul Scott- 6173 Murphy, William McBrine"
8585
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
86-
__version__ = "0.136.1"
86+
__version__ = "0.136.2"
8787
__license__ = "LGPL"
8888

8989

0 commit comments

Comments
 (0)
0