diff --git a/HISTORY.rst b/HISTORY.rst index 66158063..ec36e620 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ Changelog --------- +3.2.2 +~~~~~ + +* Fixed crash when running `mutmut results` + 3.2.1 ~~~~~ diff --git a/mutmut/__init__.py b/mutmut/__init__.py index 6659e059..bb172ce9 100644 --- a/mutmut/__init__.py +++ b/mutmut/__init__.py @@ -6,7 +6,7 @@ Number, ) -__version__ = '3.2.1' +__version__ = '3.2.2' # We have a global whitelist for constants of the pattern __all__, __version__, etc