File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 .
3434Please 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
3636information about the changes in this release.
3737
3838## INSTALLATION
Original file line number Diff line number Diff line change 2424#: MICRO
2525MICRO = 0
2626#: RELEASELEVEL
27- RELEASELEVEL = 0x0C
27+ RELEASELEVEL = 0x0F
2828#: SERIAL
29- SERIAL = 1
29+ SERIAL = 0
3030
3131if RELEASELEVEL == 0x0F : # pragma: no cover lgtm[py/unreachable-statement]
3232 #: version
You can’t perform that action at this time.
0 commit comments