Skip to content

Commit

Permalink
Bump version to 3.6.0 and update changelog. (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Meadows committed Jun 25, 2019
1 parent 224d7aa commit 8f848f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ Release History
Upcoming
++++++++

- Do not print an empty report if no tests marked 'flaky' were ran at all (#116).

3.6.0 (2019-06-25)
++++++++++++++++++

- Do not print an empty report if no tests marked 'flaky' were run at all (#116).
NOTE: This change could be breaking if you relied on the flaky report being printed.

3.5.3 (2019-01-16)
++++++++++++++++++

- Add rerun_filter parameter to _make_test_flaky

3.5.2 (2019-01-10)
++++++++++++++++++

**Bugfixes**
- Fall back to old pytest marker API for older pytest version (``get_marker`` vs ``iter_markers``).

3.5.1 (2019-01-09)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main():
base_dir = dirname(__file__)
setup(
name='flaky',
version='3.5.3',
version='3.6.0',
description='Plugin for nose or pytest that automatically reruns flaky tests.',
long_description=open(join(base_dir, 'README.rst')).read(),
author='Box',
Expand Down

0 comments on commit 8f848f8

Please sign in to comment.