Skip to content

Commit 0f2586a

Browse files
committed
Release
1 parent 6a5c471 commit 0f2586a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
---------
33

4+
3.3.1
5+
~~~~~
6+
7+
* Increased threshold for mutant timeouts
8+
9+
* Added `tests_dir` config. Accepts a single entry or a list of directories.
10+
11+
* Async generators fixes
12+
13+
* Fixed bad mutations for certain string escape sequences
14+
15+
* Performance fixes
16+
17+
* Various internal bug fixes
18+
19+
420
3.3.0
521
~~~~~
622

mutmut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections import defaultdict
22

3-
__version__ = '3.3.0'
3+
__version__ = '3.3.1'
44

55

66
duration_by_test = {}

0 commit comments

Comments
 (0)