From 317da803d12a5c63e4389625747f24f2130dee34 Mon Sep 17 00:00:00 2001 From: FlTr Date: Mon, 13 May 2024 16:58:51 +0200 Subject: [PATCH] Release preparation 2.5.0 --- AUTHORS.rst | 1 + HISTORY.rst | 9 +++++++++ mutmut/__init__.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 63513295..5cd3c8cf 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -36,3 +36,4 @@ Credits * Christopher J. Brody * Century-ss * Michael Champagne +* Florian Trudel diff --git a/HISTORY.rst b/HISTORY.rst index 48eb9bde..d96fca06 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ Changelog --------- +2.5.0 +~~~~~ + +* Add cli option to specify html report directory + +* Fix use patch file under Windows + +* Improve documentation about cache issues + 2.4.5 ~~~~~ diff --git a/mutmut/__init__.py b/mutmut/__init__.py index 0ad9f2f5..d7e101f7 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.4.5' +__version__ = '2.5.0' if os.getcwd() not in sys.path: