Skip to content

Commit 9b284aa

Browse files
author
github-actions
committed
0.122.2
Automatically generated by python-semantic-release
1 parent 7e884db commit 9b284aa

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.122.2 (2023-11-09)
6+
7+
### Fix
8+
9+
* Do not build aarch64 wheels for PyPy ([#1305](https://github.com/python-zeroconf/python-zeroconf/issues/1305)) ([`7e884db`](https://github.com/python-zeroconf/python-zeroconf/commit/7e884db4d958459e64257aba860dba2450db0687))
10+
511
## v0.122.1 (2023-11-09)
612

713
### Fix

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.122.1"
3+
version = "0.122.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"

src/zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
__author__ = 'Paul Scott-Murphy, William McBrine'
8787
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
88-
__version__ = '0.122.1'
88+
__version__ = '0.122.2'
8989
__license__ = 'LGPL'
9090

9191

0 commit comments

Comments
 (0)