]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.5.0rc1 versioning v2.5.0rc1
authorBob Halley <halley@dnspython.org>
Sat, 6 Jan 2024 16:28:36 +0000 (08:28 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 6 Jan 2024 16:28:36 +0000 (08:28 -0800)
.github/workflows/python-package.yml
README.md
dns/version.py
doc/whatsnew.rst

index c2ae5a931ab0fefd4ac08964e3c23b753e99da0c..b4e0b82acfd53f3300b98d5f6f3f5b0ffd7e3226 100644 (file)
@@ -8,6 +8,7 @@ on:
     branches:
       - master
       - 2.4
+      - 2.5
     paths:
       - '**.py'
   pull_request:
index 805704ac6125bcd9d6a13b0f3fdda259b1ed4398..005bab02430bcbaa18fcf6294d5d6612d2b02ef6 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.5.0.
+This is dnspython 2.5.0rc1.
 Please read
 [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
 information about the changes in this release.
index 1f9c71380cfb8dd18af7377033e878fb5cf9d164..d18e7421b7eb691d1c7f6db7832944118eb61820 100644 (file)
@@ -24,9 +24,9 @@ MINOR = 5
 #: 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 bf586abd8dae7cecf4ed18fbb5b6d92926833448..4a0c82a24c4b6a23c37a64a525e47fe4c2eecb1a 100644 (file)
@@ -3,8 +3,8 @@
 What's New in dnspython
 =======================
 
-2.5.0 (in development)
-----------------------
+2.5.0
+-----
 
 * Dnspython now uses hatchling for builds.