## ABOUT THIS RELEASE
-This is the development version of dnspython 2.2.0.
+This is dnspython 2.2.0rc1.
Please read
-[What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) for
+[What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
information about the changes in this release.
## INSTALLATION
#: MICRO
MICRO = 0
#: RELEASELEVEL
-RELEASELEVEL = 0x00
+RELEASELEVEL = 0x0c
#: SERIAL
-SERIAL = 0
+SERIAL = 1
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.0'
+release = '2.2.0rc1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
What's New in dnspython
=======================
-2.2.0 (in development)
-----------------------
+2.2.0
+-----
* SVCB and HTTPS records have been updated to track the evolving draft
standard.
Likewise if you have a node containing an MX rdataset and add a
CNAME rdataset, the MX rdataset will be deleted.
+See the `2.2 project <https://github.com/rthalley/dnspython/projects/4>`_ on
+github or the git change log for more details.
+
2.1.0
----------------------
[tool.poetry]
name = "dnspython"
-version = "2.2.0"
+version = "2.2.0rc1"
description = "DNS toolkit"
authors = ["Bob Halley <halley@dnspython.org>"]
license = "ISC"