We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca63d95 commit 3af9f78Copy full SHA for 3af9f78
README.md
@@ -30,9 +30,9 @@ to facilitate the testing of DNS software.
30
31
## ABOUT THIS RELEASE
32
33
-This is dnspython 2.6.0rc1.
+This is dnspython 2.6.0.
34
Please read
35
-[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
+[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
36
information about the changes in this release.
37
38
## INSTALLATION
dns/version.py
@@ -24,9 +24,9 @@
24
#: MICRO
25
MICRO = 0
26
#: RELEASELEVEL
27
-RELEASELEVEL = 0x0C
+RELEASELEVEL = 0x0F
28
#: SERIAL
29
-SERIAL = 1
+SERIAL = 0
if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
#: version
0 commit comments