Skip to content

Commit 017dd1c

Browse files
pytestbotasottile
authored andcommitted
Prepare release version 6.2.4
1 parent 18569f4 commit 017dd1c

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

changelog/8539.bugfix.rst

-1
This file was deleted.

doc/en/announce/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-6.2.4
910
release-6.2.3
1011
release-6.2.2
1112
release-6.2.1

doc/en/announce/release-6.2.4.rst

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pytest-6.2.4
2+
=======================================
3+
4+
pytest 6.2.4 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/stable/changelog.html.
11+
12+
Thanks to all of the contributors to this release:
13+
14+
* Anthony Sottile
15+
* Bruno Oliveira
16+
* Christian Maurer
17+
* Florian Bruhin
18+
* Ran Benita
19+
20+
21+
Happy testing,
22+
The pytest Development Team

doc/en/changelog.rst

+9
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 6.2.4 (2021-05-04)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#8539 <https://github.com/pytest-dev/pytest/issues/8539>`_: Fixed assertion rewriting on Python 3.10.
38+
39+
3140
pytest 6.2.3 (2021-04-03)
3241
=========================
3342

doc/en/getting-started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install ``pytest``
2828
.. code-block:: bash
2929
3030
$ pytest --version
31-
pytest 6.2.3
31+
pytest 6.2.4
3232
3333
.. _`simpletest`:
3434

0 commit comments

Comments
 (0)