## ABOUT THIS RELEASE
-This is the development version of dnspython 2.7.0.
+This is the development version of dnspython 2.8.0.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
#: MAJOR
MAJOR = 2
#: MINOR
-MINOR = 7
+MINOR = 8
#: MICRO
MICRO = 0
#: RELEASELEVEL
# built documents.
#
# The short X.Y version.
-version = "2.7"
+version = "2.8"
# The full version, including alpha/beta/rc tags.
-release = "2.7.0"
+release = "2.8.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
What's New in dnspython
=======================
-2.7.0 (in development)
+2.8.0 (in development)
----------------------
+* TBD
+
+2.7.0
+-----
+
* dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version
parameter may be used to specify which version to use.