Skip to content

Commit a53b934

Browse files
authored
Merge pull request #266 from pytest-dev/release-14.0
2 parents 4dfe057 + 2b1762c commit a53b934

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Changelog
22
=========
33

4-
14.0 (unreleased)
4+
14.1 (unreleased)
5+
-----------------
6+
7+
- Nothing changed yet.
8+
9+
10+
14.0 (2024-03-13)
511
-----------------
612

713
Bug fixes

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore = [".pre-commit-config.yaml"]
99

1010
[project]
1111
name = "pytest-rerunfailures"
12-
version = "14.0.dev0"
12+
version = "14.1.dev0"
1313
description = "pytest plugin to re-run tests to eliminate flaky failures"
1414
dynamic = [
1515
"readme",

0 commit comments

Comments
 (0)