## ABOUT THIS RELEASE
-This is the development version of dnspython 2.7.0.
+This is dnspython 2.7.0.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
| Version | Supported |
| -------- | ------------------ |
-| 2.6.x | :white_check_mark: |
+| 2.7.x | :white_check_mark: |
| < 1.16.0 | :x: |
For older version 2 releases, the normal security upgrade path is
#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x00
+RELEASELEVEL = 0x0C
#: SERIAL
-SERIAL = 0
+SERIAL = 1
if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
#: version
What's New in dnspython
=======================
-2.7.0 (in development)
-----------------------
+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.