]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.2.0rc1 versioning
authorBob Halley <halley@dnspython.org>
Sat, 18 Dec 2021 13:54:36 +0000 (05:54 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 18 Dec 2021 13:54:36 +0000 (05:54 -0800)
README.md
dns/version.py
doc/conf.py
doc/whatsnew.rst
pyproject.toml

index a96c179674c0d6f8b959cfcac97717190aade795..7ed06e7daadd20a2f04e5eeb48fba68adbe6819b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,9 +28,9 @@ to facilitate the testing of DNS software.
 
 ## 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
index b84c41abb4fea44aef6f7ae8452e7be55a881205..4d4af47d36eb2613191a630c543b04dee721d859 100644 (file)
@@ -24,9 +24,9 @@ MINOR = 2
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
-RELEASELEVEL = 0x00
+RELEASELEVEL = 0x0c
 #: SERIAL
-SERIAL = 0
+SERIAL = 1
 
 if RELEASELEVEL == 0x0f:  # pragma: no cover
     #: version
index cdac90363cff6eee5dcfd3c93a837a4ed1d06fe8..b7c888064a21dfe8be1689493fcae5987a2536da 100644 (file)
@@ -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.0rc1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 7f7f125d067c8c5578a82d3287f20d9cd79ed57c..fcb8e8944c1d93b34840effa31144cb88457ad32 100644 (file)
@@ -3,8 +3,8 @@
 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.
@@ -44,6 +44,9 @@ What's New in dnspython
   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
 ----------------------
 
index 4aa82726b5deb92443938a0c878cecc6133e14d7..8e41ec1c5623b3efa179b40253d29035717b366b 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.2.0"
+version = "2.2.0rc1"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"