Skip to content

Commit c2add3b

Browse files
committed
Release 1.2.1
- bugfix release
1 parent 225ea45 commit c2add3b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# pytest-order Release Notes
22

3+
## [Version 1.2.1](https://pypi.org/project/pytest-order/1.2.1/) (2024-04-02)
4+
Bugfix release.
5+
36
## Fixes
47
- handle dependency markers with the same alias name (see [#71](https://github.com/pytest-dev/pytest-order/issues/71))
58
- specify rootdir to recursive pytest calls to avoid searching a large directory tree unnecessarily (see [#110](https://github.com/pytest-dev/pytest-order/issues/110))

pytest_order/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.dev0"
1+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)