From: Bob Halley Date: Sun, 7 Sep 2025 18:48:35 +0000 (-0700) Subject: 2.8.0 versioning X-Git-Tag: v2.8.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9350a9146d26607f88c6da8d60f1f8cac76a8755;p=thirdparty%2Fdnspython.git 2.8.0 versioning --- diff --git a/README.md b/README.md index 1d022b6e..029a4d0d 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ testing of DNS software. ## ABOUT THIS RELEASE -This is of `dnspython` 2.8.0rc1. +This is of `dnspython` 2.8.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 @@ -87,7 +87,7 @@ Note that you can install any combination of the above, e.g.: ### Notices Python 2.x support ended with the release of 1.16.0. `dnspython` supports Python 3.10 -and later. Future support is aligned with the lifetime of the Python 3 versions. +and later. Future support is aligned with the lifetime of the Python 3 versions. Documentation has moved to [dnspython.readthedocs.io](https://dnspython.readthedocs.io). diff --git a/SECURITY.md b/SECURITY.md index d479e32f..31a13d16 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ The following versions would get a security update release if necessary. | Version | Supported | | -------- | ------------------ | -| 2.7.x | :white_check_mark: | +| 2.8.x | :white_check_mark: | | < 1.16.0 | :x: | For older version 2 releases, the normal security upgrade path is diff --git a/dns/version.py b/dns/version.py index c66f6302..e11dd29c 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 8 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x0C +RELEASELEVEL = 0x0F #: SERIAL -SERIAL = 1 +SERIAL = 0 if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement] #: version