From: Bob Halley Date: Tue, 18 Jan 2022 13:17:07 +0000 (-0800) Subject: 2.2.0 versioning X-Git-Tag: v2.2.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a7c14fb6c200be02ef5c2f3bb9fd84b85004459;p=thirdparty%2Fdnspython.git 2.2.0 versioning --- diff --git a/README.md b/README.md index ca4288a1..6395a9b0 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 4d4af47d..745a5c7f 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 b7c88806..cdac9036 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 8e41ec1c..4aa82726 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 "] license = "ISC"