Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Oct 20, 2024
1 parent 5666e16 commit 5bd22bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
---------

3.0.2
~~~~~

* Fixed bad entrypoint definition

* Ignore files that can't be parsed by `parso`


3.0.1
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mutmut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Number,
)

__version__ = '3.0.1'
__version__ = '3.0.2'


# We have a global whitelist for constants of the pattern __all__, __version__, etc
Expand Down

0 comments on commit 5bd22bc

Please sign in to comment.