We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77f54c1 + 0d56b40 commit ab02953Copy full SHA for ab02953
2 files changed
docs/source/history.rst
@@ -5,12 +5,12 @@ Release history
5
6
.. towncrier release notes start
7
8
-pytest-trio 0.5.0 (????-??-??)
+pytest-trio 0.5.0 (2018-08-26)
9
------------------------------
10
11
This is a major release, including a rewrite of large portions of the
12
internals. We believe it should be backwards compatible with existing
13
-projects, but major new features include:
+projects. Major new features include:
14
15
* "trio mode": no more writing ``@pytest.mark.trio`` everywhere!
16
* it's now safe to use nurseries inside fixtures (`#55
pytest_trio/_version.py
@@ -1,3 +1,3 @@
1
# This file is imported from __init__.py and exec'd from setup.py
2
3
-__version__ = "0.4.2"
+__version__ = "0.5.0+dev"
0 commit comments