Skip to content

Commit 6181032

Browse files
committed
Release
1 parent 2f9e775 commit 6181032

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

HISTORY.rst

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

4+
3.2.0
5+
~~~~~
6+
7+
* Timeouts for mutants implemented.
8+
9+
* Browser: syntax highlighting for diff view
10+
11+
* More fixes for generators.
12+
13+
* Fix for `src`-style layout of projects.
14+
15+
* Fixed bug where mutmut would recollect all tests on every run, slowing down startup.
16+
17+
418
3.1.0
519
~~~~~
620

mutmut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Number,
77
)
88

9-
__version__ = '3.1.0'
9+
__version__ = '3.2.0'
1010

1111

1212
# We have a global whitelist for constants of the pattern __all__, __version__, etc

0 commit comments

Comments
 (0)