## ABOUT THIS RELEASE
-This is the development version of dnspython 2.4.0.
+This is dnspython 2.4.0rc1.
Please read
[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x00
+RELEASELEVEL = 0x0C
#: SERIAL
-SERIAL = 0
+SERIAL = 1
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.3.0"
+release = "2.4.0rc1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
What's New in dnspython
=======================
-2.4.0 (in development)
-----------------------
+2.4.0
+-----
* Python 3.8 or newer is required.