We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c787610 commit 7bd0436Copy full SHA for 7bd0436
2 files changed
README.rst
@@ -120,6 +120,17 @@ See examples directory for more.
120
Changelog
121
=========
122
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
134
0.22.0
135
------
136
zeroconf.py
@@ -39,7 +39,7 @@
39
40
__author__ = 'Paul Scott-Murphy, William McBrine'
41
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
42
-__version__ = '0.22.0'
+__version__ = '0.23.0'
43
__license__ = 'LGPL'
44
45
0 commit comments