Skip to content

Commit

Permalink
Release preparation 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlTr committed May 13, 2024
1 parent a9f836e commit 317da80
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Credits
* Christopher J. Brody <chris.brody+brodybits@gmail.com>
* Century-ss <hgfc7543ggfdch@gmail.com>
* Michael Champagne <michael.champagne@elapsetech.com>
* Florian Trudel
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mutmut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 317da80

Please sign in to comment.