## ABOUT THIS RELEASE
-This is the development version of dnspython 2.5.0.
+This is the development version of dnspython 2.6.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 = 5
+MINOR = 6
#: MICRO
MICRO = 0
#: RELEASELEVEL
# built documents.
#
# The short X.Y version.
-version = "2.5"
+version = "2.6"
# The full version, including alpha/beta/rc tags.
-release = "2.5.0"
+release = "2.6.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
What's New in dnspython
=======================
-2.5.0 (in development)
+2.6.0 (in development)
----------------------
+* TBD
+
+2.5.0
+-----
+
* Dnspython now uses hatchling for builds.
* Asynchronous destinationless sockets now work on Windows.