From: Bob Halley Date: Sat, 21 Sep 2024 16:50:51 +0000 (-0700) Subject: 2.7.0rc1 prep X-Git-Tag: v2.7.0rc1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e15806137974775c8bb5a47b828b42f15656382;p=thirdparty%2Fdnspython.git 2.7.0rc1 prep --- diff --git a/README.md b/README.md index 994c0876..8c1debdf 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of dnspython 2.7.0. +This is dnspython 2.7.0. Please read [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for information about the changes in this release. diff --git a/SECURITY.md b/SECURITY.md index d6a53ce4..d479e32f 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.6.x | :white_check_mark: | +| 2.7.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 7d3afb59..ca315c28 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 7 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x00 +RELEASELEVEL = 0x0C #: SERIAL -SERIAL = 0 +SERIAL = 1 if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement] #: version diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index d765887b..b85c333a 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,8 +3,8 @@ What's New in dnspython ======================= -2.7.0 (in development) ----------------------- +2.7.0 +----- * dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use.