We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4bc91 commit 889385eCopy full SHA for 889385e
README.md
@@ -31,7 +31,7 @@ to facilitate the testing of DNS software.
31
32
This is dnspython 2.7.0.
33
Please read
34
-[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
+[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
35
information about the changes in this release.
36
37
## 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
30
if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
#: version
0 commit comments