Skip to content

Commit ce66103

Browse files
authored
Merge pull request #24 from touilleMan/bump-0.2.0
Bumpversion 0.1.1 -> 0.2.0
2 parents fa0f2cb + 6bc7a85 commit ce66103

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

docs/source/history.rst

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

66
.. towncrier release notes start
77
8+
Pytest_Trio 0.2.0 (2017-12-15)
9+
------------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Heavy improvements, add async yield fixture, fix bugs, add tests etc. (`#17
15+
<https://github.com/python-trio/pytest-trio/issues/17>`__)
16+
17+
18+
Deprecations and Removals
19+
~~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+
- Remove unused_tcp_port{,_factory} fixtures (`#15
22+
<https://github.com/python-trio/pytest-trio/issues/15>`__)
23+
24+
825
Pytest_Trio 0.1.1 (2017-12-08)
926
------------------------------
1027

newsfragments/15.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/17.feature.rst

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

0 commit comments

Comments
 (0)