From 632cd66dac44d7abeba50851337e7f8ba7490797 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Wed, 29 Apr 2026 16:10:53 +0200 Subject: [PATCH 1/2] CHANGES: rename 25.1 -> 26.0 Signed-off-by: Bastian Krause --- CHANGES.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f167e4d44..d031d08f0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ -Release 25.1 (Unreleased) +Release 26.0 (Unreleased) ------------------------- -New Features in 25.1 +New Features in 26.0 ~~~~~~~~~~~~~~~~~~~~ - The default interrupt key for the `BareboxDriver` is now CTRL+D (``\x04``) @@ -15,7 +15,7 @@ New Features in 25.1 - The `consoleexpectmixin` now supports chunking of multiple bytes with the ``txchunk`` attribute. -Breaking changes in 25.1 +Breaking changes in 26.0 ~~~~~~~~~~~~~~~~~~~~~~~~ - The deprecated pytest plugin option ``--env-config`` has been removed. Use ``--lg-env`` instead. From 35cd9dab856dc54ecf41be57552326bb198d0039 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Wed, 29 Apr 2026 16:08:13 +0200 Subject: [PATCH 2/2] CHANGES: add sponsors of the upcoming 26.0 release Signed-off-by: Bastian Krause --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index d031d08f0..ce2d18ea0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,6 @@ Release 26.0 (Unreleased) ------------------------- +Sponsored by: Analog Devices GmbH New Features in 26.0 ~~~~~~~~~~~~~~~~~~~~