From: Bob Halley Date: Sat, 5 Oct 2024 20:07:40 +0000 (-0700) Subject: 2.7.0 release prep X-Git-Tag: v2.7.0^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=889385e71021f53e1dc4f117d92aed66bb90d087;p=thirdparty%2Fdnspython.git 2.7.0 release prep --- diff --git a/README.md b/README.md index 8c1debdf..cd66595b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ to facilitate the testing of DNS software. This is dnspython 2.7.0. Please read -[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for +[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for information about the changes in this release. ## INSTALLATION diff --git a/dns/version.py b/dns/version.py index ca315c28..9ed2ce19 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 7 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x0C +RELEASELEVEL = 0x0F #: SERIAL -SERIAL = 1 +SERIAL = 0 if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement] #: version