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 f6fd6e7 commit 9f830d7Copy full SHA for 9f830d7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# pytest-order Release Notes
2
3
-## Unreleased
+## [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.
8
9
### Changes
10
- removed support for pytest 3.6 (it still may work, just isn't tested anymore)
pytest_order/_version.py
@@ -1 +1 @@
-__version__ = "0.9.0dev"
+__version__ = "0.9.0"
0 commit comments