From: Bob Halley Date: Tue, 4 Jul 2023 20:24:33 +0000 (-0700) Subject: fix missing rc version tags X-Git-Tag: v2.4.0rc1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7ebf78c22a875aa494ca36c2a1b06df10c917e7;p=thirdparty%2Fdnspython.git fix missing rc version tags --- diff --git a/pyproject.toml b/pyproject.toml index 3be64952..29c6c8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.4.0" +version = "2.4.0rc1" description = "DNS toolkit" authors = ["Bob Halley "] license = "ISC" diff --git a/setup.cfg b/setup.cfg index 756aeb1d..8e55dc4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dnspython -version = 2.4.0 +version = 2.4.0rc1 author = Bob Halley author_email = halley@dnspython.org license = ISC