From: Bob Halley Date: Tue, 4 Jul 2023 19:16:35 +0000 (-0700) Subject: release prep X-Git-Tag: v2.4.0rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f91c5b3ac05d7c017897eaccd835e9c90d65623;p=thirdparty%2Fdnspython.git release prep --- diff --git a/README.md b/README.md index 70b04e82..762274df 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ to facilitate the testing of DNS software. ## 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. diff --git a/dns/version.py b/dns/version.py index 51738954..75f90948 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 4 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x00 +RELEASELEVEL = 0x0C #: SERIAL -SERIAL = 0 +SERIAL = 1 if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement] #: version diff --git a/doc/conf.py b/doc/conf.py index d74bf8d2..5616c52e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,7 +63,7 @@ author = "Dnspython Contributors" # 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. diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index ac5548d2..31875fa8 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,8 +3,8 @@ What's New in dnspython ======================= -2.4.0 (in development) ----------------------- +2.4.0 +----- * Python 3.8 or newer is required.