Skip to content

Commit 9d4a14c

Browse files
committed
Release 0.9.2
1 parent 4e01d45 commit 9d4a14c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pytest-order Release Notes
22

3-
## Unreleased
3+
## [Version 0.9.2](https://pypi.org/project/pytest-order/0.9.2/) (2020-11-13)
4+
Friday the 13th release.
45

56
### Changes
67
- changed definition of classes in before/after markers (now uses `::` as
@@ -11,7 +12,7 @@
1112
- fixed handling of names in dependencies - did not match the actual
1213
behavior of `pytest-dependency`
1314

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)
1516
This is a bugfix only release.
1617

1718
### Fixes

pytest_order/_version.py

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

0 commit comments

Comments
 (0)