From: Bob Halley Date: Sat, 6 Jan 2024 16:24:34 +0000 (-0800) Subject: increment development version X-Git-Tag: v2.6.0rc1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6bd0960c8a3d8908b8cb56655480d703b86512d;p=thirdparty%2Fdnspython.git increment development version --- diff --git a/README.md b/README.md index 805704ac..3a942955 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ to facilitate the testing of DNS software. ## ABOUT THIS RELEASE -This is the development version of dnspython 2.5.0. +This is the development version of dnspython 2.6.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 1f9c7138..658cca28 100644 --- a/dns/version.py +++ b/dns/version.py @@ -20,7 +20,7 @@ #: MAJOR MAJOR = 2 #: MINOR -MINOR = 5 +MINOR = 6 #: MICRO MICRO = 0 #: RELEASELEVEL diff --git a/doc/conf.py b/doc/conf.py index 8f550919..d62f8853 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.5" +version = "2.6" # The full version, including alpha/beta/rc tags. -release = "2.5.0" +release = "2.6.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 bf586abd..a4619e51 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,9 +3,14 @@ What's New in dnspython ======================= -2.5.0 (in development) +2.6.0 (in development) ---------------------- +* TBD + +2.5.0 +----- + * Dnspython now uses hatchling for builds. * Asynchronous destinationless sockets now work on Windows.