Skip to content

Commit 4c45b93

Browse files
committed
Changes for 3.0.2 release
1 parent a094fb3 commit 4c45b93

File tree

4 files changed

+32
-9
lines changed

4 files changed

+32
-9
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
3.0.2.dev
2-
=========
3-
4-
*
1+
3.0.2
2+
=====
53

64
* Improve error message when passing non-string ids to ``pytest.mark.parametrize`` (`#1857`_).
75
Thanks `@okken`_ for the report and `@nicoddemus`_ for the PR.
@@ -24,8 +22,6 @@
2422
which have significant logic in their tearDown machinery (`#1890`_). Thanks
2523
`@mbyt`_ for the PR.
2624

27-
*
28-
2925
.. _@joguSD: https://github.com/joguSD
3026
.. _@AiOO: https://github.com/AiOO
3127
.. _@mbyt: https://github.com/mbyt

_pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#
2-
__version__ = '3.0.2.dev'
2+
__version__ = '3.0.2'

doc/en/announce/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Release announcements
55
.. toctree::
66
:maxdepth: 2
77

8-
9-
sprint2016
8+
9+
release-3.0.2
1010
release-3.0.1
1111
release-3.0.0
12+
sprint2016
1213
release-2.9.2
1314
release-2.9.1
1415
release-2.9.0

doc/en/announce/release-3.0.2.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
pytest-3.0.2
2+
============
3+
4+
pytest 3.0.2 has just been released to PyPI.
5+
6+
This release fixes some regressions reported in version 3.0.0, being a
7+
drop-in replacement. To upgrade::
8+
9+
pip install --upgrade pytest
10+
11+
The changelog is available at http://doc.pytest.org/en/latest/changelog.html.
12+
13+
Thanks to all who contributed to this release, among them:
14+
15+
* Adam Chainz
16+
* Andrew Svetlov
17+
* Bruno Oliveira
18+
* Daniel Hahler
19+
* Dmitry Dygalo
20+
* Florian Bruhin
21+
* Marcin Bachry
22+
* Ronny Pfannschmidt
23+
* matthiasha
24+
25+
Happy testing,
26+
The pytest Development Team

0 commit comments

Comments
 (0)