Skip to content

Commit 9f830d7

Browse files
committed
Release 0.9.0
1 parent f6fd6e7 commit 9f830d7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# pytest-order Release Notes
22

3-
## Unreleased
3+
## [Version 0.9.0](https://pypi.org/project/pytest-order/0.9.0/) (2020-11-08)
4+
This is the last major version that will support Python 2 - Python 2 support
5+
will be dropped in version 1.0. There is no timeline for that release, as there
6+
are currently no new features planned - further development will be
7+
demand-driven.
48

59
### Changes
610
- removed support for pytest 3.6 (it still may work, just isn't tested anymore)

pytest_order/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0dev"
1+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)