Merge pull request #12635 from pytest-dev/release-8.3.0 · pytest-dev/pytest@19d225d (original) (raw)

Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
1 +pytest-8.3.0
2 +=======================================
3 +
4 +The pytest team is proud to announce the 8.3.0 release!
5 +
6 +This release contains new features, improvements, and bug fixes,
7 +the full list of changes is available in the changelog:
8 +
9 + https://docs.pytest.org/en/stable/changelog.html
10 +
11 +For complete documentation, please visit:
12 +
13 + https://docs.pytest.org/en/stable/
14 +
15 +As usual, you can upgrade from PyPI via:
16 +
17 + pip install -U pytest
18 +
19 +Thanks to all of the contributors to this release:
20 +
21 +* Anita Hammer
22 +* Ben Brown
23 +* Brian Okken
24 +* Bruno Oliveira
25 +* Cornelius Riemenschneider
26 +* Farbod Ahmadian
27 +* Florian Bruhin
28 +* Hynek Schlawack
29 +* James Frost
30 +* Jason R. Coombs
31 +* Jelle Zijlstra
32 +* Josh Soref
33 +* Marc Bresson
34 +* Michael Vogt
35 +* Nathan Goldbaum
36 +* Nicolas Simonds
37 +* Oliver Bestwalter
38 +* Pavel Březina
39 +* Pierre Sassoulas
40 +* Pradyun Gedam
41 +* Ran Benita
42 +* Ronny Pfannschmidt
43 +* SOUBHIK KUMAR MITRA
44 +* Sam Jirovec
45 +* Stavros Ntentos
46 +* Sviatoslav Sydorenko
47 +* Sviatoslav Sydorenko (Святослав Сидоренко)
48 +* Tomasz Kłoczko
49 +* Virendra Patil
50 +* Yutian Li
51 +* Zach Snicker
52 +* dj
53 +* holger krekel
54 +* joseph-sentry
55 +* lovetheguitar
56 +* neutraljump
57 +
58 +
59 +Happy testing,
60 +The pytest Development Team