Skip to content

Commit

Permalink
New release (#204)
Browse files Browse the repository at this point in the history
* prepare for 3.8.0 release

* bump version
  • Loading branch information
Jeff-Meadows authored Mar 12, 2024
1 parent 2bb1514 commit fe6233f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Release History
Upcoming
++++++++

3.8.0 (2024-03-10)
++++++++++++++++++

- nose support has been removed.
- Python 3.12 supported.
- Bugfixes

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

1 comment on commit fe6233f

@s0undt3ch
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will 3.8.1 be published to pypi?

Please sign in to comment.