Skip to content

Commit 9af6762

Browse files
committed
Release 1.0.0
- first Python 3 only release, major release due to breaking changes
1 parent adaf5c8 commit 9af6762

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 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.0.0](https://pypi.org/project/pytest-order/1.0.0/) (2021-05-30)
4+
First Python 3 only version.
45

56
### Breaking changes
67
- removed support for Python 2.7 and 3.5
@@ -20,6 +21,7 @@
2021

2122
### Infrastructure
2223
- re-added Python 3.10 to CI tests (for pytest >= 6.2.4)
24+
- added type hints
2325

2426
## [Version 0.11.0](https://pypi.org/project/pytest-order/0.11.0/) (2021-04-11)
2527
Adds support for multiple relative markers for the same test.

pytest_order/__init__.py

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

0 commit comments

Comments
 (0)