From: Bob Halley Date: Fri, 16 Feb 2024 00:46:34 +0000 (-0800) Subject: 2.6.0 versioning X-Git-Tag: v2.6.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3af9f78142084fff8523bc96b5f8cfd2b909dc18;p=thirdparty%2Fdnspython.git 2.6.0 versioning --- diff --git a/README.md b/README.md index 8cb4ac0f..17d62058 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is dnspython 2.6.0rc1. +This is dnspython 2.6.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 27282d9d..4522d0d2 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 6 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x0C +RELEASELEVEL = 0x0F #: SERIAL -SERIAL = 1 +SERIAL = 0 if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement] #: version