File tree 3 files changed +8
-2
lines changed
Filter options
3 files changed +8
-2
lines changed
Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.83.1 (2023-08-27)
6
+
7
+ ### Fix
8
+
9
+ * Rebuild wheels with cython 3.0.2 ([ #1236 ] ( https://github.com/python-zeroconf/python-zeroconf/issues/1236 ) ) ([ ` dd637fb ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/dd637fb2e5a87ba283750e69d116e124bef54e7c ) )
10
+
5
11
## v0.83.0 (2023-08-26)
6
12
7
13
### Feature
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " zeroconf"
3
- version = " 0.83.0 "
3
+ version = " 0.83.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"
Original file line number Diff line number Diff line change 84
84
85
85
__author__ = 'Paul Scott-Murphy, William McBrine'
86
86
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
87
- __version__ = '0.83.0 '
87
+ __version__ = '0.83.1 '
88
88
__license__ = 'LGPL'
89
89
90
90
You can’t perform that action at this time.
0 commit comments