]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.4.0 versioning v2.4.0
authorBob Halley <halley@dnspython.org>
Sat, 15 Jul 2023 15:36:11 +0000 (08:36 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 15 Jul 2023 15:36:11 +0000 (08:36 -0700)
README.md
dns/version.py
doc/conf.py
pyproject.toml
setup.cfg

index cfad3ecd4eebb179661eb024579223087279db67..892dd76be22c079dfe48e4a227adf2147beada5a 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.4.0rc1.
+This is dnspython 2.4.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 75f90948766b255b68d6ddf381a4b08dfe96638e..d4262f4cd6915365a873730d9f9796703b0398a8 100644 (file)
@@ -24,9 +24,9 @@ MINOR = 4
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
-RELEASELEVEL = 0x0C
+RELEASELEVEL = 0x0F
 #: SERIAL
-SERIAL = 1
+SERIAL = 0
 
 if RELEASELEVEL == 0x0F:  # pragma: no cover  lgtm[py/unreachable-statement]
     #: version
index 5616c52e9b6229ee6051963f703864c305a4d7c5..9c75fbd9d00d56f94fdd8b5ccb4a187d0d3fce12 100644 (file)
@@ -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.0rc1"
+release = "2.4.0"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 64df16280cae87907f9288681f9bdea04dae48aa..3112ed93ed9145b449df30fb2919c03d07907760 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.4.0rc1"
+version = "2.4.0"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index 8e55dc4ff0138b6a942441d7b21b1b0b1597d800..756aeb1d1a69fe4754cc54973a252232a021107c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = dnspython
-version = 2.4.0rc1
+version = 2.4.0
 author = Bob Halley
 author_email = halley@dnspython.org
 license = ISC