## 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
#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x0C
+RELEASELEVEL = 0x0F
#: SERIAL
-SERIAL = 1
+SERIAL = 0
if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement]
#: version
# 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.
[tool.poetry]
name = "dnspython"
-version = "2.4.0rc1"
+version = "2.4.0"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"
[metadata]
name = dnspython
-version = 2.4.0rc1
+version = 2.4.0
author = Bob Halley
author_email = halley@dnspython.org
license = ISC