Skip to content

Commit 7bd0436

Browse files
committed
Release version 0.23.0
1 parent c787610 commit 7bd0436

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,17 @@ See examples directory for more.
120120
Changelog
121121
=========
122122

123+
0.23.0
124+
------
125+
126+
* Added support for MyListener call getting updates to service TXT records, thanks to Matt Saxon
127+
* Added support for multiple addresses when publishing a service, getting/setting single address
128+
has become deprecated. Change thanks to Dmitry Tantsur
129+
130+
Backwards incompatible:
131+
132+
* Dropped Python 3.4 support
133+
123134
0.22.0
124135
------
125136

zeroconf.py

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

4040
__author__ = 'Paul Scott-Murphy, William McBrine'
4141
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
42-
__version__ = '0.22.0'
42+
__version__ = '0.23.0'
4343
__license__ = 'LGPL'
4444

4545

0 commit comments

Comments
 (0)