## 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
#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x0c
+RELEASELEVEL = 0x0f
#: SERIAL
-SERIAL = 1
+SERIAL = 0
if RELEASELEVEL == 0x0f: # pragma: no cover
#: version
# 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.
[tool.poetry]
name = "dnspython"
-version = "2.2.0rc1"
+version = "2.2.0"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"