Skip to content

Commit

Permalink
2.4.0 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Jul 15, 2023
1 parent c4d2608 commit c475109
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.4.0rc1.
This is dnspython 2.4.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
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = "2.4"
# The full version, including alpha/beta/rc tags.
release = "2.4.0rc1"
release = "2.4.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dnspython"
version = "2.4.0rc1"
version = "2.4.0"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dnspython
version = 2.4.0rc1
version = 2.4.0
author = Bob Halley
author_email = halley@dnspython.org
license = ISC
Expand Down

0 comments on commit c475109

Please sign in to comment.