From 20d0a6229fa70f0ddf40a6fbd6c3d345271dfd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Hovm=C3=B6ller?= Date: Tue, 14 Jan 2025 03:19:23 +0100 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 ec36e620..d273cb05 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,20 @@ Changelog --------- +3.2.3 +~~~~~ + +* Crash with error message on invalid imports for `src` module + +* Autodetect simpler project configurations with `test_*.py` in the dir directly + +* Handle filenames (as opposed to dirnames) in paths_to_mutate + +* Also copy `setup.cfg` and `pyproject.toml` by default + +* Handle single line `paths_to_mutate` + + 3.2.2 ~~~~~ diff --git a/mutmut/__init__.py b/mutmut/__init__.py index bb172ce9..8b1b18d7 100644 --- a/mutmut/__init__.py +++ b/mutmut/__init__.py @@ -6,7 +6,7 @@ Number, ) -__version__ = '3.2.2' +__version__ = '3.2.3' # We have a global whitelist for constants of the pattern __all__, __version__, etc