We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1b78d commit 29432bfCopy full SHA for 29432bf
README.rst
@@ -134,6 +134,12 @@ See examples directory for more.
134
Changelog
135
=========
136
137
+0.24.4
138
+------
139
+
140
+* Fixed resetting TTL in DNSRecord.reset_ttl(), thanks to Matt Saxon
141
+* Improved various DNS class' string representations, thanks to Jay Hogg
142
143
0.24.3
144
------
145
zeroconf/__init__.py
@@ -42,7 +42,7 @@
42
43
__author__ = 'Paul Scott-Murphy, William McBrine'
44
__maintainer__ = 'Jakub Stasiak <[email protected]>'
45
-__version__ = '0.24.3'
+__version__ = '0.24.4'
46
__license__ = 'LGPL'
47
48
0 commit comments