From: Bob Halley Date: Tue, 25 Jul 2023 14:09:32 +0000 (-0700) Subject: 2.4.1 versioning X-Git-Tag: v2.4.1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed822ee6244e832aa24fe72ebe5ec7923bdbd444;p=thirdparty%2Fdnspython.git 2.4.1 versioning --- diff --git a/README.md b/README.md index 892dd76b..ef2fc6ba 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is dnspython 2.4.0. +This is dnspython 2.4.1. Please read [What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for information about the changes in this release. diff --git a/dns/version.py b/dns/version.py index d4262f4c..8a7f5248 100644 --- a/dns/version.py +++ b/dns/version.py @@ -22,7 +22,7 @@ MAJOR = 2 #: MINOR MINOR = 4 #: MICRO -MICRO = 0 +MICRO = 1 #: RELEASELEVEL RELEASELEVEL = 0x0F #: SERIAL diff --git a/doc/conf.py b/doc/conf.py index 9c75fbd9..c522bfad 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.0" +release = "2.4.1" # 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 a252f4f9..4d6026a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.4.0" +version = "2.4.1" description = "DNS toolkit" authors = ["Bob Halley "] license = "ISC" diff --git a/setup.cfg b/setup.cfg index 756aeb1d..73c5e8f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dnspython -version = 2.4.0 +version = 2.4.1 author = Bob Halley author_email = halley@dnspython.org license = ISC