Skip to content

Commit 51035fd

Browse files
committed
Bump version and run towncrier for 0.7.0 release
1 parent b85b26f commit 51035fd

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/source/history.rst

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

66
.. towncrier release notes start
77
8+
pytest-trio 0.7.0 (2020-10-15)
9+
------------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Support added for :ref:`alternative Trio run functions <trio-run-config>` via the ``trio_run`` configuration variable and ``@pytest.mark.trio(run=...)``. Presently supports Trio and QTrio. (`#105 <https://github.com/python-trio/pytest-trio/issues/105>`__)
15+
16+
17+
Deprecations and Removals
18+
~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
- Python 3.5 support removed. (`#96 <https://github.com/python-trio/pytest-trio/issues/96>`__)
21+
22+
823
pytest-trio 0.6.0 (2020-05-20)
924
----------------------------------
1025

newsfragments/105.feature.rst

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

newsfragments/96.removal.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.6.0+dev"
3+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)