From: Bob Halley Date: Tue, 25 Jan 2022 14:49:23 +0000 (-0800) Subject: version prep for 2.2.1 X-Git-Tag: v2.2.1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d49518fa2b8a15ce424b1a6694a1d7d3bebcc4e0;p=thirdparty%2Fdnspython.git version prep for 2.2.1 --- diff --git a/dns/version.py b/dns/version.py index 745a5c7f..65017872 100644 --- a/dns/version.py +++ b/dns/version.py @@ -22,7 +22,7 @@ MAJOR = 2 #: MINOR MINOR = 2 #: MICRO -MICRO = 0 +MICRO = 1 #: RELEASELEVEL RELEASELEVEL = 0x0f #: SERIAL diff --git a/doc/conf.py b/doc/conf.py index cdac9036..6987dae3 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.0' +release = '2.2.1' # 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 4aa82726..40c1e2a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnspython" -version = "2.2.0" +version = "2.2.1" description = "DNS toolkit" authors = ["Bob Halley "] license = "ISC"