Skip to content

Commit 29432bf

Browse files
committed
Release version 0.24.4
1 parent ba1b78d commit 29432bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ See examples directory for more.
134134
Changelog
135135
=========
136136

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+
137143
0.24.3
138144
------
139145

zeroconf/__init__.py

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

4343
__author__ = 'Paul Scott-Murphy, William McBrine'
4444
__maintainer__ = 'Jakub Stasiak <[email protected]>'
45-
__version__ = '0.24.3'
45+
__version__ = '0.24.4'
4646
__license__ = 'LGPL'
4747

4848

0 commit comments

Comments
 (0)