Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
- first Python 3 only release, major release due to breaking changes
  • Loading branch information
mrbean-bremen committed May 30, 2021
1 parent adaf5c8 commit 9af6762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pytest-order Release Notes

## Unreleased
## [Version 1.0.0](https://pypi.org/project/pytest-order/1.0.0/) (2021-05-30)
First Python 3 only version.

### Breaking changes
- removed support for Python 2.7 and 3.5
Expand All @@ -20,6 +21,7 @@

### Infrastructure
- re-added Python 3.10 to CI tests (for pytest >= 6.2.4)
- added type hints

## [Version 0.11.0](https://pypi.org/project/pytest-order/0.11.0/) (2021-04-11)
Adds support for multiple relative markers for the same test.
Expand Down
2 changes: 1 addition & 1 deletion pytest_order/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.dev0"
__version__ = "1.0.0"

0 comments on commit 9af6762

Please sign in to comment.