Skip to content

Commit 038e589

Browse files
committed
Bump version to 0.5.0
1 parent 2c5f476 commit 038e589

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/history.rst

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

66
.. towncrier release notes start
77
8-
pytest-trio 0.5.0 (????-??-??)
8+
pytest-trio 0.5.0 (2018-08-26)
99
------------------------------
1010

1111
This is a major release, including a rewrite of large portions of the
1212
internals. We believe it should be backwards compatible with existing
13-
projects, but major new features include:
13+
projects. Major new features include:
1414

1515
* "trio mode": no more writing ``@pytest.mark.trio`` everywhere!
1616
* it's now safe to use nurseries inside fixtures (`#55

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.4.2"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)