]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.3.0 version v2.3.0
authorBob Halley <halley@dnspython.org>
Sun, 15 Jan 2023 16:45:20 +0000 (08:45 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 15 Jan 2023 16:45:20 +0000 (08:45 -0800)
README.md
dns/version.py
pyproject.toml
setup.cfg

index 03893a2141ae2953316f6988d66b8c9c70265076..774500e834286532b80cb9d9503837cb62a7354d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,9 +30,9 @@ to facilitate the testing of DNS software.
 
 ## ABOUT THIS RELEASE
 
-This is dnspython 2.3.0rc1.
+This is dnspython 2.3.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
index 473b4bce439728c145094734a353811b600df660..89d4cf1a26cd41f5da677041b80c67589ded909d 100644 (file)
@@ -24,7 +24,7 @@ MINOR = 3
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
-RELEASELEVEL = 0x0C
+RELEASELEVEL = 0x0F
 #: SERIAL
 SERIAL = 1
 
index 723be448de316389598af3c7e6a46db875b9878e..c9106bde13156f013a775a560de3e99b1c466692 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.3.0rc1"
+version = "2.3.0"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index bd129d14a107b4ebeb6d170693d2a4cfe5ab2378..af48e0ee4a65d91b0ac1c51e36ab74389dc525ea 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = dnspython
-version = 2.3.0rc1
+version = 2.3.0
 author = Bob Halley
 author_email = halley@dnspython.org
 license = ISC