## ABOUT THIS RELEASE
-This is dnspython 2.4.1.
+This is dnspython 2.4.2.
Please read
[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
information about the changes in this release.
#: MINOR
MINOR = 4
#: MICRO
-MICRO = 1
+MICRO = 2
#: RELEASELEVEL
RELEASELEVEL = 0x0F
#: SERIAL
# The short X.Y version.
version = "2.4"
# The full version, including alpha/beta/rc tags.
-release = "2.4.1"
+release = "2.4.2"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
What's New in dnspython
=======================
+2.4.2
+-----
+
+* Async queries could wait forever instead of respecting the timeout if the timeout was
+ 0 and a packet was lost. The timeout is now respected.
+
+* Restore HTTP/2 support which was accidentally broken during the https refactoring done
+ as part of 2.4.0.
+
2.4.1
-----
[tool.poetry]
name = "dnspython"
-version = "2.4.1"
+version = "2.4.2"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
[metadata]
name = dnspython
-version = 2.4.1
+version = 2.4.2
author = Bob Halley
author_email = halley@dnspython.org
license = ISC