From: Bob Halley Date: Sat, 21 Sep 2024 16:47:44 +0000 (-0700) Subject: 2.8.0 version X-Git-Tag: v2.8.0rc1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a550287df270db841e3700edb57043b1af5b08f4;p=thirdparty%2Fdnspython.git 2.8.0 version --- diff --git a/README.md b/README.md index 994c0876..1c0028d1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of dnspython 2.7.0. +This is the development version of dnspython 2.8.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 7d3afb59..2b7e7460 100644 --- a/dns/version.py +++ b/dns/version.py @@ -20,7 +20,7 @@ #: MAJOR MAJOR = 2 #: MINOR -MINOR = 7 +MINOR = 8 #: MICRO MICRO = 0 #: RELEASELEVEL diff --git a/doc/conf.py b/doc/conf.py index 35b410b3..0717325d 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.7" +version = "2.8" # The full version, including alpha/beta/rc tags. -release = "2.7.0" +release = "2.8.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 d765887b..427e9e43 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,9 +3,14 @@ What's New in dnspython ======================= -2.7.0 (in development) +2.8.0 (in development) ---------------------- +* TBD + +2.7.0 +----- + * dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use.