From 5ef1dd008082d0195cf6227141b194d198ba6d35 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 13 Mar 2024 09:21:28 +0100 Subject: [PATCH] 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",