Skip to content

Commit

Permalink
Merge pull request #141 from box/v3.5
Browse files Browse the repository at this point in the history
Version 3.5.0
  • Loading branch information
Jeff-Meadows committed Jan 7, 2019
2 parents 2aa794c + 3110eb8 commit 993d76a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Release History
Upcoming
++++++++

3.5.0 (2019-01-07)
++++++++++++++++++

- Updated references to pytest instead of py.test.

**Bugfixes**
- Flaky is now compatible with pytext >= 4.1.

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

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.4.0',
version='3.5.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 993d76a

Please sign in to comment.