]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.2.0 versioning v2.2.0
authorBob Halley <halley@dnspython.org>
Tue, 18 Jan 2022 13:17:07 +0000 (05:17 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 18 Jan 2022 13:17:07 +0000 (05:17 -0800)
README.md
dns/version.py
doc/conf.py
pyproject.toml

index ca4288a1e4d8c913c2b2281aaf0521ab756de9ac..6395a9b0115e046f61a3eee0d473684692512c2b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,9 +28,9 @@ to facilitate the testing of DNS software.
 
 ## ABOUT THIS RELEASE
 
-This is dnspython 2.2.0rc1.
+This is dnspython 2.2.0.
 Please read
-[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
+[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
 information about the changes in this release.
 
 ## INSTALLATION
index 4d4af47d36eb2613191a630c543b04dee721d859..745a5c7fce5cf4bc4280909247a2e2cbafb9da5f 100644 (file)
@@ -24,9 +24,9 @@ MINOR = 2
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
-RELEASELEVEL = 0x0c
+RELEASELEVEL = 0x0f
 #: SERIAL
-SERIAL = 1
+SERIAL = 0
 
 if RELEASELEVEL == 0x0f:  # pragma: no cover
     #: version
index b7c888064a21dfe8be1689493fcae5987a2536da..cdac90363cff6eee5dcfd3c93a837a4ed1d06fe8 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.0rc1'
+release = '2.2.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 8e41ec1c5623b3efa179b40253d29035717b366b..4aa82726b5deb92443938a0c878cecc6133e14d7 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.2.0rc1"
+version = "2.2.0"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"