Skip to content

Commit

Permalink
2.7.0rc1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Sep 21, 2024
1 parent 2d6e17c commit 4e15806
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dns/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#: MICRO
MICRO = 0
#: RELEASELEVEL
RELEASELEVEL = 0x00
RELEASELEVEL = 0x0C
#: SERIAL
SERIAL = 0
SERIAL = 1

if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
#: version
Expand Down
4 changes: 2 additions & 2 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e15806

Please sign in to comment.