diff --git a/HISTORY.rst b/HISTORY.rst index 3437f2a..ac6e0f3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/setup.py b/setup.py index b202ced..6c17322 100644 --- a/setup.py +++ b/setup.py @@ -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',