]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
master branch is now 2.3 development as we have a 2.2 release branch
authorBob Halley <halley@dnspython.org>
Sun, 19 Dec 2021 20:19:25 +0000 (12:19 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 19 Dec 2021 20:19:25 +0000 (12:19 -0800)
.github/workflows/python-package.yml
README.md
dns/version.py
doc/conf.py
doc/whatsnew.rst
pyproject.toml

index 10104298c0511d4a47660e9bccdd63512fd059de..65ac11893cfde4d3c254e4e5f8931a5d0834404b 100644 (file)
@@ -5,7 +5,7 @@ name: Python build
 
 on:
   push:
-    branches: [ master, "2.2" ]
+    branches: [ master ]
   pull_request:
     branches: [ master ]
 
index a96c179674c0d6f8b959cfcac97717190aade795..81503f3b6264e40aa81a98e4434337ee69a65780 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 the development version of dnspython 2.3.0.
 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..55ec7f54cebda32af380ba28e6aab0fcf51c8bd9 100644 (file)
@@ -20,7 +20,7 @@
 #: MAJOR
 MAJOR = 2
 #: MINOR
-MINOR = 2
+MINOR = 3
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
index cdac90363cff6eee5dcfd3c93a837a4ed1d06fe8..17e33eab6913d8df44455094a854279e3e531ae6 100644 (file)
@@ -60,9 +60,9 @@ author = 'Dnspython Contributors'
 # built documents.
 #
 # The short X.Y version.
-version = '2.2'
+version = '2.3'
 # The full version, including alpha/beta/rc tags.
-release = '2.2.0'
+release = '2.3.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 835c04d1c7a7e634e749640c95e0100ed15c0ddf..e5862426f436cdaa30373608f76e9430956f5dde 100644 (file)
@@ -3,9 +3,14 @@
 What's New in dnspython
 =======================
 
-2.2.0 (in development)
+2.2.3 (in development)
 ----------------------
 
+* Nothing yet!
+
+2.2.0
+-----
+
 * SVCB and HTTPS records have been updated to track the evolving draft
   standard.
 
index 4aa82726b5deb92443938a0c878cecc6133e14d7..ce40dccd7b13aae0f9aad11b50be45d52bbc78ff 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.2.0"
+version = "2.3.0"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"