Skip to content

Commit 43375ca

Browse files
committed
Release 1.4.0
- allows the plugin to run after --failed-first and similar options
1 parent 0e1d1ef commit 43375ca

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pytest-order Release Notes
22

3-
## Unreleased
3+
## [Version 1.4.0](https://pypi.org/project/pytest-order/1.4.0/) (2026-04-26)
4+
Allows the plugin to run after `--failed-first` and similar options.
45

56
### Changes
67
* removed official support for Python 3.7-3.9 (EOL), added Python 3.13 and 3.14

src/pytest_order/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.dev0"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)