Skip to content

Commit

Permalink
Bump version to 3.6.1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Meadows committed Aug 6, 2019
1 parent 1613953 commit 1845780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Release History
Upcoming
++++++++

3.6.1 (2019-08-06)
++++++++++++++++++

**Bugfixes**
- Reraise ``KeyboardInterrupt`` when running tests under pytest.

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.6.0',
version='3.6.1',
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 1845780

Please sign in to comment.