diff --git a/AUTHORS b/AUTHORS index ae651ae..0ca48bb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,3 +17,6 @@ Theodore Ni Nicola Coretti Alissa Gerhard Raphael Boidol +Pierre Sassoulas +Alissa Huskey +Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> diff --git a/CHANGES b/CHANGES index 9082df1..ef0136d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +0.10.0 (2025-11-24) +------------------- + +Clarify examples in README +Drop Python 3.6 support +Add Python 3.14 support +Add pytest 9 support +Consolidate tests +Remove obsolete driver code in some modules +Remove obsolete PyTest command from setup.py +Switch to PEP-639 compliant license metadata +Update outdated GitHub Action versions +Add a summary GitHub Action job +Update the AUTHORS file + 0.9.0.post0 (2024-10-05) ------------------------