diff --git a/AUTHORS.rst b/AUTHORS.rst index 5cd3c8cf..f8c471ff 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -36,4 +36,7 @@ Credits * Christopher J. Brody * Century-ss * Michael Champagne -* Florian Trudel +* Mihail Butvin +* Florian Trudel +* berg2043 +* Almaz Ilaletdinov diff --git a/HISTORY.rst b/HISTORY.rst index d96fca06..54d9f964 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ Changelog --------- +2.5.1 +~~~~~ + +* Python 3.12 compatibility improved + 2.5.0 ~~~~~ diff --git a/mutmut/__init__.py b/mutmut/__init__.py index d7e101f7..b977e7ce 100644 --- a/mutmut/__init__.py +++ b/mutmut/__init__.py @@ -33,7 +33,7 @@ from parso import parse from parso.python.tree import Name, Number, Keyword, FStringStart, FStringEnd -__version__ = '2.5.0' +__version__ = '2.5.1' if os.getcwd() not in sys.path: