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: