Skip to content

Commit

Permalink
Bump version to 3.7.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Meadows committed Jul 8, 2020
1 parent 15ab94c commit f449aae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Release History
Upcoming
++++++++

3.7.0 (2020-07-07)
++++++++++++++++++

- Flaky now retries tests which fail during setup.

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

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flaky
=====

.. image:: http://opensource.box.com/badges/active.svg
.. image:: http://opensource.box.com/badges/stable.svg
:target: http://opensource.box.com/badges

.. image:: https://travis-ci.org/box/flaky.svg?branch=master
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.1',
version='3.7.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 f449aae

Please sign in to comment.