Skip to content

Commit 3a175b3

Browse files
committed
Bump version to 0.5.1
1 parent ab02953 commit 3a175b3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/source/history.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Release history
55

66
.. towncrier release notes start
77
8+
pytest-trio 0.5.1 (2018-09-28)
9+
------------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- The pytest 3.8.1 release broke pytest-trio's handling of trio tests
15+
defined as class methods. We fixed it again. (`#64 <https://github.com/python-trio/pytest-trio/issues/64>`__)
16+
17+
818
pytest-trio 0.5.0 (2018-08-26)
919
------------------------------
1020

newsfragments/64.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

pytest_trio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "0.5.0+dev"
3+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)