We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd5b9e commit 50dc4e1Copy full SHA for 50dc4e1
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# pytest-order Release Notes
2
3
-## Unreleased
+## [Version 1.0.1](https://pypi.org/project/pytest-order/1.0.1/) (2022-01-09)
4
+Bugfix release.
5
6
### Fixes
7
- correctly handle combined class and test order markers,
pytest_order/__init__.py
@@ -1 +1 @@
-__version__ = "1.1.dev0"
+__version__ = "1.0.1"
0 commit comments