]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.4.1 versioning
authorBob Halley <halley@dnspython.org>
Tue, 25 Jul 2023 14:09:32 +0000 (07:09 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 25 Jul 2023 14:09:32 +0000 (07:09 -0700)
README.md
dns/version.py
doc/conf.py
pyproject.toml
setup.cfg

index 892dd76be22c079dfe48e4a227adf2147beada5a..ef2fc6ba71231b618e069867a5057a3ebcbe0c79 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ to facilitate the testing of DNS software.
 
 ## ABOUT THIS RELEASE
 
-This is dnspython 2.4.0.
+This is dnspython 2.4.1.
 Please read
 [What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
 information about the changes in this release.
index d4262f4cd6915365a873730d9f9796703b0398a8..8a7f5248b9686ad707ce2ea8abdd1e46d9bda157 100644 (file)
@@ -22,7 +22,7 @@ MAJOR = 2
 #: MINOR
 MINOR = 4
 #: MICRO
-MICRO = 0
+MICRO = 1
 #: RELEASELEVEL
 RELEASELEVEL = 0x0F
 #: SERIAL
index 9c75fbd9d00d56f94fdd8b5ccb4a187d0d3fce12..c522bfadb2990ab713dc3f0446de4ac3f6678af4 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.0"
+release = "2.4.1"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index a252f4f983abbefadec94af8390e3e55a5b1a900..4d6026a9eb7099dd732396e120dc12f2cee852cb 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.4.0"
+version = "2.4.1"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index 756aeb1d1a69fe4754cc54973a252232a021107c..73c5e8f2f621fc50854899b65498461fab8cee06 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = dnspython
-version = 2.4.0
+version = 2.4.1
 author = Bob Halley
 author_email = halley@dnspython.org
 license = ISC