From: Bob Halley Date: Mon, 1 Sep 2025 23:36:45 +0000 (-0700) Subject: bump version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1065ac8386e6c6c862c641b48e6565bd561c005;p=thirdparty%2Fdnspython.git bump version --- diff --git a/README.md b/README.md index b4ca6b78..a6453f87 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of `dnspython` 2.8.0. +This is the development version of `dnspython` 2.9.0. Please read [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for information about the changes in this release. diff --git a/dns/version.py b/dns/version.py index 77ea39c5..9314b0b6 100644 --- a/dns/version.py +++ b/dns/version.py @@ -20,7 +20,7 @@ #: MAJOR MAJOR = 2 #: MINOR -MINOR = 8 +MINOR = 9 #: MICRO MICRO = 0 #: RELEASELEVEL diff --git a/doc/conf.py b/doc/conf.py index 0717325d..5c91dcb6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,9 +61,9 @@ author = "Dnspython Contributors" # built documents. # # The short X.Y version. -version = "2.8" +version = "2.9" # The full version, including alpha/beta/rc tags. -release = "2.8.0" +release = "2.9.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 47fc9cc8..7fd48591 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,6 +3,11 @@ What's New in dnspython ======================= +2.9.0 (in development) +---------------------- + +TBD + 2.8.0 -----