Skip to content

Commit 05d953d

Browse files
authored
Merge pull request #6620 from blueyed/cp-release
doc: release-5.3.5
2 parents 8c41236 + d478e2b commit 05d953d

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-5.3.5
910
release-5.3.4
1011
release-5.3.3
1112
release-5.3.2

doc/en/announce/release-5.3.5.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
pytest-5.3.5
2+
=======================================
3+
4+
pytest 5.3.5 has just been released to PyPI.
5+
6+
This is a bug-fix release, being a drop-in replacement. To upgrade::
7+
8+
pip install --upgrade pytest
9+
10+
The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
11+
12+
Thanks to all who contributed to this release, among them:
13+
14+
* Daniel Hahler
15+
* Ran Benita
16+
17+
18+
Happy testing,
19+
The pytest Development Team

doc/en/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 5.3.5 (2020-01-29)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#6517 <https://github.com/pytest-dev/pytest/issues/6517>`_: Fix regression in pytest 5.3.4 causing an INTERNALERROR due to a wrong assertion.
38+
39+
3140
pytest 5.3.4 (2020-01-20)
3241
=========================
3342

0 commit comments

Comments
 (0)