]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
version prep for 2.2.1
authorBob Halley <halley@dnspython.org>
Tue, 25 Jan 2022 14:49:23 +0000 (06:49 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 25 Jan 2022 14:49:23 +0000 (06:49 -0800)
dns/version.py
doc/conf.py
pyproject.toml

index 745a5c7fce5cf4bc4280909247a2e2cbafb9da5f..65017872abd8bef153d442552c6fdef8980df69b 100644 (file)
@@ -22,7 +22,7 @@ MAJOR = 2
 #: MINOR
 MINOR = 2
 #: MICRO
-MICRO = 0
+MICRO = 1
 #: RELEASELEVEL
 RELEASELEVEL = 0x0f
 #: SERIAL
index cdac90363cff6eee5dcfd3c93a837a4ed1d06fe8..6987dae361bc60828ca7466b738742002798ce25 100644 (file)
@@ -62,7 +62,7 @@ author = 'Dnspython Contributors'
 # The short X.Y version.
 version = '2.2'
 # The full version, including alpha/beta/rc tags.
-release = '2.2.0'
+release = '2.2.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 4aa82726b5deb92443938a0c878cecc6133e14d7..40c1e2a8a75de1761fbc76e63453ed68d6a078f6 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.2.0"
+version = "2.2.1"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"