File tree 4 files changed +9
-3
lines changed 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ to facilitate the testing of DNS software.
30
30
31
31
## ABOUT THIS RELEASE
32
32
33
- This is dnspython 2.6.0 .
33
+ This is dnspython 2.6.1 .
34
34
Please read
35
35
[ What's New] ( https://dnspython.readthedocs.io/en/stable/whatsnew.html ) for
36
36
information about the changes in this release.
Original file line number Diff line number Diff line change 22
22
#: MINOR
23
23
MINOR = 6
24
24
#: MICRO
25
- MICRO = 0
25
+ MICRO = 1
26
26
#: RELEASELEVEL
27
27
RELEASELEVEL = 0x0F
28
28
#: SERIAL
Original file line number Diff line number Diff line change 63
63
# The short X.Y version.
64
64
version = "2.6"
65
65
# The full version, including alpha/beta/rc tags.
66
- release = "2.6.0 "
66
+ release = "2.6.1 "
67
67
68
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
69
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
What's New in dnspython
4
4
=======================
5
5
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
+
6
12
2.6.0
7
13
-----
8
14
You can’t perform that action at this time.
0 commit comments