Skip to content

Commit 3af9f78

Browse files
committed
2.6.0 versioning
1 parent ca63d95 commit 3af9f78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ to facilitate the testing of DNS software.
3030

3131
## ABOUT THIS RELEASE
3232

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

3838
## INSTALLATION

dns/version.py

Lines changed: 2 additions & 2 deletions
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)