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 4e01d45 commit 9d4a14cCopy full SHA for 9d4a14c
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# pytest-order Release Notes
2
3
-## Unreleased
+## [Version 0.9.2](https://pypi.org/project/pytest-order/0.9.2/) (2020-11-13)
4
+Friday the 13th release.
5
6
### Changes
7
- changed definition of classes in before/after markers (now uses `::` as
@@ -11,7 +12,7 @@
11
12
- fixed handling of names in dependencies - did not match the actual
13
behavior of `pytest-dependency`
14
-## [Version 0.9.1](https://pypi.org/project/pytest-order/0.9.0/) (2020-11-11)
15
+## [Version 0.9.1](https://pypi.org/project/pytest-order/0.9.1/) (2020-11-11)
16
This is a bugfix only release.
17
18
### Fixes
pytest_order/_version.py
@@ -1 +1 @@
-__version__ = "1.0.0dev"
+__version__ = "0.9.2"
0 commit comments