File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ Release history
5
5
6
6
.. towncrier release notes start
7
7
8
- pytest-trio 0.5.0 (????-??-?? )
8
+ pytest-trio 0.5.0 (2018-08-26 )
9
9
------------------------------
10
10
11
11
This is a major release, including a rewrite of large portions of the
12
12
internals. We believe it should be backwards compatible with existing
13
- projects, but major new features include:
13
+ projects. Major new features include:
14
14
15
15
* "trio mode": no more writing ``@pytest.mark.trio `` everywhere!
16
16
* it's now safe to use nurseries inside fixtures (`#55
Original file line number Diff line number Diff line change 1
1
# This file is imported from __init__.py and exec'd from setup.py
2
2
3
- __version__ = "0.4.2 "
3
+ __version__ = "0.5.0+dev "
You can’t perform that action at this time.
0 commit comments