From 6181032f567f765c759d09bccdc071b3eb193c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Hovm=C3=B6ller?= Date: Sat, 26 Oct 2024 04:50:39 +0200 Subject: [PATCH] Release --- HISTORY.rst | 14 ++++++++++++++ mutmut/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3cf4c149..9e0b6ea3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,20 @@ Changelog --------- +3.2.0 +~~~~~ + +* Timeouts for mutants implemented. + +* Browser: syntax highlighting for diff view + +* More fixes for generators. + +* Fix for `src`-style layout of projects. + +* Fixed bug where mutmut would recollect all tests on every run, slowing down startup. + + 3.1.0 ~~~~~ diff --git a/mutmut/__init__.py b/mutmut/__init__.py index f2ef3463..4b932d12 100644 --- a/mutmut/__init__.py +++ b/mutmut/__init__.py @@ -6,7 +6,7 @@ Number, ) -__version__ = '3.1.0' +__version__ = '3.2.0' # We have a global whitelist for constants of the pattern __all__, __version__, etc