Skip to content

Commit 4e15806

Browse files
committed
2.7.0rc1 prep
1 parent 2d6e17c commit 4e15806

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to facilitate the testing of DNS software.
2929

3030
## ABOUT THIS RELEASE
3131

32-
This is the development version of dnspython 2.7.0.
32+
This is dnspython 2.7.0.
3333
Please read
3434
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
3535
information about the changes in this release.

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following versions would get a security update release if necessary.
66

77
| Version | Supported |
88
| -------- | ------------------ |
9-
| 2.6.x | :white_check_mark: |
9+
| 2.7.x | :white_check_mark: |
1010
| < 1.16.0 | :x: |
1111

1212
For older version 2 releases, the normal security upgrade path is

dns/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
#: MICRO
2525
MICRO = 0
2626
#: RELEASELEVEL
27-
RELEASELEVEL = 0x00
27+
RELEASELEVEL = 0x0C
2828
#: SERIAL
29-
SERIAL = 0
29+
SERIAL = 1
3030

3131
if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
3232
#: version

doc/whatsnew.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
What's New in dnspython
44
=======================
55

6-
2.7.0 (in development)
7-
----------------------
6+
2.7.0
7+
-----
88

99
* dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version
1010
parameter may be used to specify which version to use.

0 commit comments

Comments
 (0)