Skip to content

Commit

Permalink
bump version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKepner committed Jan 5, 2020
1 parent c10465f commit 8111c4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changelog
Beta Releases
-------------

2.1.1
~~~~~

- Includes specific test environments for ``coverage`` versions 4 and 5 with appropriate mocked
``.coverage`` data outputs (JSON or SQL based on version).
- A new ``tox`` test environment called ``cov4`` is added, with a new ``pytest`` marker
``pytest.mark.coverage`` for test selection.

2.1.0
~~~~~

Expand Down
2 changes: 2 additions & 0 deletions docs/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ beginning of the trials if coverage is ignored.
... continued output...
.. versionadded:: 2.1.0
Support for ``coverage`` version 4.x and 5.x.

Auto-detected package structures
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mutatest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Mutation initialization.
"""
__version__ = "2.1.0"
__version__ = "2.1.1"

__title__ = "mutatest"
__description__ = "Python mutation testing: test your tests!"
Expand Down

0 comments on commit 8111c4a

Please sign in to comment.