0.71.2 · python-zeroconf/python-zeroconf@030d97a

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -2,6 +2,12 @@

22
33

<!--next-version-placeholder-->

44
5+

## v0.71.2 (2023-07-23)

6+
7+

### Fix

8+
9+

* No change re-release to fix wheel builds ([#1199](https://github.com/python-zeroconf/python-zeroconf/issues/1199)) ([`8c3a4c8`](https://github.com/python-zeroconf/python-zeroconf/commit/8c3a4c80c221bea7401c12e1c6a525e75b7ffea2))

10+
511

## v0.71.1 (2023-07-23)

612
713

### Fix

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

[tool.poetry]

22

name = "zeroconf"

3-

version = "0.71.1"

3+

version = "0.71.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"

Original file line numberDiff line numberDiff line change

@@ -84,7 +84,7 @@

8484
8585

__author__ = 'Paul Scott-Murphy, William McBrine'

8686

__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'

87-

__version__ = '0.71.1'

87+

__version__ = '0.71.2'

8888

__license__ = 'LGPL'

8989
9090