From f0afc3ea45fd732ac545d9225bbd3483fc8f888d Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 13 Mar 2024 09:21:28 +0100 Subject: [PATCH 1/2] Preparing release 14.0 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0d061ca..55f39b5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -14.0 (unreleased) +14.0 (2024-03-13) ----------------- Bug fixes diff --git a/pyproject.toml b/pyproject.toml index efe40e2..37443e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ ignore = [".pre-commit-config.yaml"] [project] name = "pytest-rerunfailures" -version = "14.0.dev0" +version = "14.0" description = "pytest plugin to re-run tests to eliminate flaky failures" dynamic = [ "readme", From 2b1762ca9b1597c52bef01f6f333d6b94793ea5f Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 13 Mar 2024 09:34:36 +0100 Subject: [PATCH 2/2] Version bump. --- CHANGES.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 55f39b5..6e3dca6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +14.1 (unreleased) +----------------- + +- Nothing changed yet. + + 14.0 (2024-03-13) ----------------- diff --git a/pyproject.toml b/pyproject.toml index 37443e9..4656e99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ ignore = [".pre-commit-config.yaml"] [project] name = "pytest-rerunfailures" -version = "14.0" +version = "14.1.dev0" description = "pytest plugin to re-run tests to eliminate flaky failures" dynamic = [ "readme",