Skip to content

Commit f6a5578

Browse files
committed
Preparing release version 4.6.9
1 parent 3f94cc9 commit f6a5578

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ with advance notice in the **Deprecations** section of releases.
1818
1919
.. towncrier release notes start
2020
21+
pytest 4.6.9 (2020-01-04)
22+
=========================
23+
24+
Bug Fixes
25+
---------
26+
27+
- `#6301 <https://github.com/pytest-dev/pytest/issues/6301>`_: Fix assertion rewriting for egg-based distributions and ``editable`` installs (``pip install --editable``).
28+
29+
2130
pytest 4.6.8 (2019-12-19)
2231
=========================
2332

changelog/6301.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-4.6.9
910
release-4.6.8
1011
release-4.6.7
1112
release-4.6.6

doc/en/announce/release-4.6.9.rst

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
pytest-4.6.9
2+
=======================================
3+
4+
pytest 4.6.9 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+
* Anthony Sottile
15+
* Bruno Oliveira
16+
* Felix Yan
17+
* Hugo
18+
19+
20+
Happy testing,
21+
The pytest Development Team

0 commit comments

Comments
 (0)