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 0235d34 commit c389f74Copy full SHA for c389f74
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.1.5 (2021-10-24)
4
+
5
+- Revert changes of version 0.1.4 #42
6
7
## 0.1.4 (2021-10-24)
8
9
- Ignore failures that are retried using [`pytest-rerunfailures`](https://pypi.org/project/pytest-rerunfailures/) plugin #40 (thanks to @billyvg)
setup.py
@@ -7,7 +7,7 @@
setup(
name="pytest-github-actions-annotate-failures",
10
- version="0.1.4",
+ version="0.1.5",
11
description="pytest plugin to annotate failed tests with a workflow command for GitHub Actions",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments