From: Bob Halley Date: Sat, 15 Jul 2023 15:36:11 +0000 (-0700) Subject: 2.4.0 versioning X-Git-Tag: v2.4.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c47510979cdd3e19dbf96449ea05fbeb3ec6e86c;p=thirdparty%2Fdnspython.git 2.4.0 versioning --- diff --git a/README.md b/README.md index cfad3ecd..892dd76b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dns/version.py b/dns/version.py index 75f90948..d4262f4c 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 4 #: MICRO MICRO = 0 #: RELEASELEVEL -RELEASELEVEL = 0x0C +RELEASELEVEL = 0x0F #: SERIAL -SERIAL = 1 +SERIAL = 0 if RELEASELEVEL == 0x0F: # pragma: no cover lgtm[py/unreachable-statement] #: version diff --git a/doc/conf.py b/doc/conf.py index 5616c52e..9c75fbd9 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.4.0rc1" +release = "2.4.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 64df1628..3112ed93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.4.0rc1" +version = "2.4.0" description = "DNS toolkit" authors = ["Bob Halley "] license = "ISC" diff --git a/setup.cfg b/setup.cfg index 8e55dc4f..756aeb1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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