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 adaf5c8 commit 9af6762Copy full SHA for 9af6762
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# pytest-order Release Notes
2
3
-## Unreleased
+## [Version 1.0.0](https://pypi.org/project/pytest-order/1.0.0/) (2021-05-30)
4
+First Python 3 only version.
5
6
### Breaking changes
7
- removed support for Python 2.7 and 3.5
@@ -20,6 +21,7 @@
20
21
22
### Infrastructure
23
- re-added Python 3.10 to CI tests (for pytest >= 6.2.4)
24
+- added type hints
25
26
## [Version 0.11.0](https://pypi.org/project/pytest-order/0.11.0/) (2021-04-11)
27
Adds support for multiple relative markers for the same test.
pytest_order/__init__.py
@@ -1 +1 @@
-__version__ = "1.0.dev0"
+__version__ = "1.0.0"
0 commit comments