Skip to content

Commit

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

## ABOUT THIS RELEASE

This is dnspython 2.6.0rc1.
This is dnspython 2.6.0.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
information about the changes in this release.

## INSTALLATION
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 = 0x0C
RELEASELEVEL = 0x0F
#: SERIAL
SERIAL = 1
SERIAL = 0

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

0 comments on commit 3af9f78

Please sign in to comment.