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

index e37c684817d18f440c705f0c911ccc363550eb24..805704ac6125bcd9d6a13b0f3fdda259b1ed4398 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 the development version of dnspython 2.5.0.
 Please read
 [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
 information about the changes in this release.
index 5173895490fbe4b3bab7db402a0018529a5e3c37..1f9c71380cfb8dd18af7377033e878fb5cf9d164 100644 (file)
@@ -20,7 +20,7 @@
 #: MAJOR
 MAJOR = 2
 #: MINOR
-MINOR = 4
+MINOR = 5
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
index 7133cd4931c5c35a63f5a01d1f51300f0db0969f..36585f3b022bc7fe9a3ed3d7f0368817f0029332 100644 (file)
@@ -61,9 +61,9 @@ author = "Dnspython Contributors"
 # built documents.
 #
 # The short X.Y version.
-version = "2.4"
+version = "2.5"
 # The full version, including alpha/beta/rc tags.
-release = "2.3.0"
+release = "2.5.0"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index b260b9f02b86636576892c912d9859a739f750e5..e8c636d6fdcac5cd3a8530919c8ee53265fa7f11 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.4.0"
+version = "2.5.0"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index 756aeb1d1a69fe4754cc54973a252232a021107c..68d03d0743ce5c3d95113f397b36ab85d9230b9b 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = dnspython
-version = 2.4.0
+version = 2.5.0
 author = Bob Halley
 author_email = halley@dnspython.org
 license = ISC