## ABOUT THIS RELEASE
-This is dnspython 2.6.0.
+This is dnspython 2.6.1.
Please read
[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
information about the changes in this release.
#: MINOR
MINOR = 6
#: MICRO
-MICRO = 0
+MICRO = 1
#: RELEASELEVEL
RELEASELEVEL = 0x0F
#: SERIAL
# The short X.Y version.
version = "2.6"
# The full version, including alpha/beta/rc tags.
-release = "2.6.0"
+release = "2.6.1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
What's New in dnspython
=======================
+2.6.1
+-----
+
+* The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from
+ failing over to TCP and causing the query to timeout [#1053].
+
2.6.0
-----