diff --git a/HISTORY.rst b/HISTORY.rst index 922f9cb8..a35da2ac 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ Changelog --------- +3.0.2 +~~~~~ + +* Fixed bad entrypoint definition + +* Ignore files that can't be parsed by `parso` + + 3.0.1 ~~~~~ diff --git a/mutmut/__init__.py b/mutmut/__init__.py index a9ab42e5..05061e23 100644 --- a/mutmut/__init__.py +++ b/mutmut/__init__.py @@ -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