File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ to facilitate the testing of DNS software.
29
29
30
30
## ABOUT THIS RELEASE
31
31
32
- This is the development version of dnspython 2.7.0.
32
+ This is dnspython 2.7.0.
33
33
Please read
34
34
[ What's New] ( https://dnspython.readthedocs.io/en/latest/whatsnew.html ) for
35
35
information about the changes in this release.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The following versions would get a security update release if necessary.
6
6
7
7
| Version | Supported |
8
8
| -------- | ------------------ |
9
- | 2.6 .x | :white_check_mark : |
9
+ | 2.7 .x | :white_check_mark : |
10
10
| < 1.16.0 | :x : |
11
11
12
12
For older version 2 releases, the normal security upgrade path is
Original file line number Diff line number Diff line change 24
24
#: MICRO
25
25
MICRO = 0
26
26
#: RELEASELEVEL
27
- RELEASELEVEL = 0x00
27
+ RELEASELEVEL = 0x0C
28
28
#: SERIAL
29
- SERIAL = 0
29
+ SERIAL = 1
30
30
31
31
if RELEASELEVEL == 0x0F : # pragma: no cover lgtm[py/unreachable-statement]
32
32
#: version
Original file line number Diff line number Diff line change 3
3
What's New in dnspython
4
4
=======================
5
5
6
- 2.7.0 (in development)
7
- ----------------------
6
+ 2.7.0
7
+ -----
8
8
9
9
* dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version
10
10
parameter may be used to specify which version to use.
You can’t perform that action at this time.
0 commit comments