]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update versions for 2.3.0rc1
authorBob Halley <halley@dnspython.org>
Tue, 27 Dec 2022 19:33:19 +0000 (11:33 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 27 Dec 2022 19:33:19 +0000 (11:33 -0800)
README.md
SECURITY.md
dns/version.py
pyproject.toml
setup.cfg

index 1906c15493878bc76129e6e189a59e4cc5e2c47b..d1db227d500e00600ea5bbaa06e7972608e7f9b9 100644 (file)
--- 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.
index 7467d40a207b92c2bf8dd1751eccfb5c067818cc..6f7817757a733477bdec685f548b119f1d831227 100644 (file)
@@ -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:                |
 
index 66e8faaa636e84d8b82150d6aefa2315e9c0cefd..473b4bce439728c145094734a353811b600df660 100644 (file)
@@ -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
index 193a33b4d29d24381e346ab60e8e0244b15a14ad..2772940559350ef3349b3404096d2be834ef54a6 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.3.0"
+version = "2.3.0rc1"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index 6fa2b87726bef8bee86aba80eb92b298b3ee613c..0e28c67e5b4f22f361f0aad94a0a176f3cbefd91 100644 (file)
--- 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