Skip to content

Commit

Permalink
Merge pull request #126 from Jeff-Meadows/master
Browse files Browse the repository at this point in the history
Bump version to 3.4.0
  • Loading branch information
Jeff-Meadows committed Jun 15, 2017
2 parents be1b68c + 3bb022f commit 5a51ecf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Release History
Upcoming
++++++++

3.4.0 (2017-06-15)
++++++++++++++++++

**Bugfixes**
- Flaky for pytest will no longer silently swallow errors that occur during test setup.

3.3.0 (2016-07-28)
++++++++++++++++++

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

0 comments on commit 5a51ecf

Please sign in to comment.