From: Bob Halley Date: Tue, 27 Dec 2022 19:33:19 +0000 (-0800) Subject: Update versions for 2.3.0rc1 X-Git-Tag: v2.3.0rc1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb993cd25d77a5fbcf040a98f08ba640e8676cd0;p=thirdparty%2Fdnspython.git Update versions for 2.3.0rc1 --- diff --git a/README.md b/README.md index 1906c154..d1db227d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of dnspython 2.3.0. +This is dnspython 2.3.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/SECURITY.md b/SECURITY.md index 7467d40a..6f781775 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ The following versions would get a security update release if necessary. | Version | Supported | | -------- | ------------------ | -| 2.2.x | :white_check_mark: | +| 2.3.x | :white_check_mark: | | 1.16.x | :white_check_mark: | | < 1.16.0 | :x: | diff --git a/dns/version.py b/dns/version.py index 66e8faaa..473b4bce 100644 --- a/dns/version.py +++ b/dns/version.py @@ -24,9 +24,9 @@ MINOR = 3 #: 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/pyproject.toml b/pyproject.toml index 193a33b4..27729405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.3.0" +version = "2.3.0rc1" description = "DNS toolkit" authors = ["Bob Halley "] license = "ISC" diff --git a/setup.cfg b/setup.cfg index 6fa2b877..0e28c67e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dnspython -version = 2.3.0 +version = 2.3.0rc1 author = Bob Halley author_email = halley@dnspython.org license = ISC