summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-01-18 05:17:07 -0800
committerBob Halley <halley@dnspython.org>2022-01-18 05:17:07 -0800
commit1a7c14fb6c200be02ef5c2f3bb9fd84b85004459 (patch)
treec0cc73b4bafb856b9e036e1441ce395942131aa9
parent7b714f6f410ee526924ef2f27979dee05e40ee4c (diff)
downloaddnspython-2.2.0.tar.gz
2.2.0 versioningv2.2.0
-rw-r--r--README.md4
-rw-r--r--dns/version.py4
-rw-r--r--doc/conf.py2
-rw-r--r--pyproject.toml2
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ca4288a..6395a9b 100644
--- 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
diff --git a/dns/version.py b/dns/version.py
index 4d4af47..745a5c7 100644
--- a/dns/version.py
+++ b/dns/version.py
@@ -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
diff --git a/doc/conf.py b/doc/conf.py
index b7c8880..cdac903 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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.
diff --git a/pyproject.toml b/pyproject.toml
index 8e41ec1..4aa8272 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"