diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | dns/version.py | 4 | ||||
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -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" |
