From 77fd94cd9716faf23e0a6e333f6568fc24284402 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 7 Sep 2025 11:48:35 -0700 Subject: [PATCH] 2.8.0 versioning --- README.md | 6 +++--- SECURITY.md | 2 +- dns/version.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.47.3