Skip to content

Commit d6cd064

Browse files
authored
Merge pull request #29 from touilleMan/master
Bumpversion 0.2.0 -> 0.3.0
2 parents 086f44b + c35567d commit d6cd064

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/source/history.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@ Release history
55

66
.. towncrier release notes start
77
8-
Pytest_Trio 0.2.0 (2017-12-15)
8+
Pytest_Trio 0.3.0 (2018-01-03)
99
------------------------------
1010

1111
Features
1212
~~~~~~~~
1313

14+
- Add ``nursery`` fixture and improve teardown handling for yield fixture (`#25
15+
<https://github.com/python-trio/pytest-trio/issues/25>`__)
16+
17+
18+
Pytest_Trio 0.2.0 (2017-12-15)
19+
------------------------------
20+
1421
- Heavy improvements, add async yield fixture, fix bugs, add tests etc. (`#17
1522
<https://github.com/python-trio/pytest-trio/issues/17>`__)
1623

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.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)