Skip to content

Commit

Permalink
2.6.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Feb 9, 2024
1 parent 01bd99f commit 80b03f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ to facilitate the testing of DNS software.

## ABOUT THIS RELEASE

This is the development version of dnspython 2.6.0.
This is dnspython 2.6.0rc1.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
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.6.0 (in development)
----------------------
2.6.0
-----

* As mentioned in the "TuDoor" paper and the associated CVE-2023-29483, the dnspython
stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the
Expand Down

0 comments on commit 80b03f8

Please sign in to comment.