Skip to content

Commit 889385e

Browse files
committed
2.7.0 release prep
1 parent bb4bc91 commit 889385e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to facilitate the testing of DNS software.
3131

3232
This is dnspython 2.7.0.
3333
Please read
34-
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
34+
[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
3535
information about the changes in this release.
3636

3737
## INSTALLATION

dns/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
#: MICRO
2525
MICRO = 0
2626
#: RELEASELEVEL
27-
RELEASELEVEL = 0x0C
27+
RELEASELEVEL = 0x0F
2828
#: SERIAL
29-
SERIAL = 1
29+
SERIAL = 0
3030

3131
if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
3232
#: version

0 commit comments

Comments
 (0)