]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
release prep
authorBob Halley <halley@dnspython.org>
Tue, 4 Jul 2023 19:16:35 +0000 (12:16 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 4 Jul 2023 19:16:35 +0000 (12:16 -0700)
README.md
dns/version.py
doc/conf.py
doc/whatsnew.rst

index 70b04e82d0acbe5954262b144a8e0ced7126c323..762274dff8f7cca8c4b33f241ea6f0c0d9f7d1d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ to facilitate the testing of DNS software.
 
 ## ABOUT THIS RELEASE
 
-This is the development version of dnspython 2.4.0.
+This is dnspython 2.4.0rc1.
 Please read
 [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
 information about the changes in this release.
index 5173895490fbe4b3bab7db402a0018529a5e3c37..75f90948766b255b68d6ddf381a4b08dfe96638e 100644 (file)
@@ -24,9 +24,9 @@ MINOR = 4
 #: 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 d74bf8d24fe49c422ef1871b5af9eb3f0f233082..5616c52e9b6229ee6051963f703864c305a4d7c5 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.3.0"
+release = "2.4.0rc1"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index ac5548d259aba6355ffacc75f4abf68853b78f4b..31875fa8d489bf655b9775cc77f3932ffa03dc14 100644 (file)
@@ -3,8 +3,8 @@
 What's New in dnspython
 =======================
 
-2.4.0 (in development)
-----------------------
+2.4.0
+-----
 
 * Python 3.8 or newer is required.