Skip to content

Commit f59ac59

Browse files
committed
Release version 0.7.1
- release for renamed package - split documentation in dev and stable versions
1 parent 3126e84 commit f59ac59

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## [Version 0.7.1](https://pypi.org/project/pytest-order/0.7.1/)
4+
Update after renaming the repository and the package.
45

56
### Changes
7+
- renamed repository and package from ``pytest-orderin2`` to ``pytest-order``
68
- changed the used marker from ``run`` to ``order``, removed all additional
79
markers (see [#38](https://github.com/ftobia/pytest-ordering/issues/38))
8-
- renamed repository and package from ``pytest-orderin2`` to ``pytest-order``
910

1011
## [Version 0.7.0](https://pypi.org/project/pytest-ordering2/0.7.0/)
1112
Imported version from [pytest-ordering](https://github.com/ftobia/pytest-ordering),

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest-order [![PyPI version](https://badge.fury.io/py/pytest-ordering2.svg)](https://badge.fury.io/py/pytest-ordering2)
1+
pytest-order [![PyPI version](https://badge.fury.io/py/pytest-order.svg)](https://badge.fury.io/py/pytest-order)
22
================
33
This is a fork of [pytest-ordering](https://github.com/ftobia/pytest-ordering).
44
That project is not maintained anymore, and there are several helpful PRs
@@ -43,12 +43,15 @@ Yields this output:
4343
$ py.test test_foo.py -vv
4444
============================= test session starts ==============================
4545
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2 -- env/bin/python
46-
plugins: ordering
46+
plugins: order
4747
collected 2 items
4848

4949
test_foo.py:7: test_bar PASSED
5050
test_foo.py:3: test_foo PASSED
5151

5252
=========================== 2 passed in 0.01 seconds ===========================
5353

54-
You can find more information in the [documentation](https://mrbean-bremen.github.io/pytest-order/).
54+
More information can be found in the documentation:
55+
- for the [latest release](https://mrbean-bremen.github.io/pytest-order/stable/)
56+
- for the [current master](https://mrbean-bremen.github.io/pytest-order/dev/)
57+

pytest_order/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.7.1'

0 commit comments

Comments
 (0)