Skip to content

Commit a3353c4

Browse files
prepare release 2.8.4 - changelog updates + version bump
1 parent f508a52 commit a3353c4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2.8.4.dev
2-
---------
1+
2.8.4
2+
-----
33

44
- fix #1190: ``deprecated_call()`` now works when the deprecated
55
function has been already called by another test in the same
@@ -18,6 +18,9 @@
1818
- fix the summary printed when no tests did run.
1919
Thanks Florian Bruhin for the PR.
2020

21+
- a number of documentation modernizations wrt good practices.
22+
Thanks Bruno Oliveira for the PR.
23+
2124
2.8.3
2225
-----
2326

_pytest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#
2-
__version__ = '2.8.4.dev1'
2+
__version__ = '2.8.4'

0 commit comments

Comments
 (0)