Skip to content

Commit 68dad9c

Browse files
authored
Merge pull request #81 from njsmith/release-0.5.2
Bump version to 0.5.2
2 parents f20adde + 550146b commit 68dad9c

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs/source/history.rst

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

66
.. towncrier release notes start
77
8+
pytest-trio 0.5.2 (2019-02-13)
9+
------------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- pytest-trio now makes the Trio scheduler deterministic while running
15+
inside a Hypothesis test. Hopefully you won't see any change, but if
16+
you had scheduler-dependent bugs Hypothesis will be more effective now. (`#73 <https://github.com/python-trio/pytest-trio/issues/73>`__)
17+
18+
- Updated for compatibility with trio v0.11.0.
19+
820
pytest-trio 0.5.1 (2018-09-28)
921
------------------------------
1022

newsfragments/73.feature.rst

Lines changed: 0 additions & 3 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.1"
3+
__version__ = "0.5.2+dev"

0 commit comments

Comments
 (0)