Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Aug 15, 2024
1 parent d1a5e5b commit bdd8c37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ Credits
* Christopher J. Brody <chris.brody+brodybits@gmail.com>
* Century-ss <hgfc7543ggfdch@gmail.com>
* Michael Champagne <michael.champagne@elapsetech.com>
* Florian Trudel
* Mihail Butvin <butvin.mihail@yandex.ru>
* Florian Trudel <florian.trudel@gmx.de>
* berg2043 <phillipb1991@msn.com>
* Almaz Ilaletdinov <a.ilaletdinov@yandex.ru>
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

2.5.1
~~~~~

* Python 3.12 compatibility improved

2.5.0
~~~~~

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.5.0'
__version__ = '2.5.1'


if os.getcwd() not in sys.path:
Expand Down

0 comments on commit bdd8c37

Please sign in to comment.