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",