Skip to content

Commit be3d81e

Browse files
committed
Prepare next release
- increase version - added PyPi badge, added link to release in change log
1 parent dab681e commit be3d81e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# pytest-ordering2 Release Notes
22

3-
## Version 0.7.0
3+
## Unreleased
4+
5+
## [Version 0.7.0](https://pypi.org/project/pytest-ordering2/0.7.0/)
46
Imported version from [pytest-ordering](https://github.com/ftobia/pytest-ordering),
57
including some PRs (manually merged).
68

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest-ordering2
1+
pytest-ordering2 [![PyPI version](https://badge.fury.io/py/pytest-ordering2.svg)](https://badge.fury.io/py/pytest-ordering2)
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

pytest_ordering2/_version.py

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

0 commit comments

Comments
 (0)