Skip to content

Commit f12d398

Browse files
committed
2.6.1 version prep
1 parent cecb853 commit f12d398

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to facilitate the testing of DNS software.
3030

3131
## ABOUT THIS RELEASE
3232

33-
This is dnspython 2.6.0.
33+
This is dnspython 2.6.1.
3434
Please read
3535
[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
3636
information about the changes in this release.

dns/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#: MINOR
2323
MINOR = 6
2424
#: MICRO
25-
MICRO = 0
25+
MICRO = 1
2626
#: RELEASELEVEL
2727
RELEASELEVEL = 0x0F
2828
#: SERIAL

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = "2.6"
6565
# The full version, including alpha/beta/rc tags.
66-
release = "2.6.0"
66+
release = "2.6.1"
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

doc/whatsnew.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
What's New in dnspython
44
=======================
55

6+
2.6.1
7+
-----
8+
9+
* The Tudoor fix ate legitimate Truncated exceptions, preventing the resolver from
10+
failing over to TCP and causing the query to timeout [#1053].
11+
612
2.6.0
713
-----
814

0 commit comments

Comments
 (0)