We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90819d commit eb17c8eCopy full SHA for eb17c8e
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.2.1 (2021-03-03)
6
+### Fix
7
+* Fix crash in test function runtimes ([`ad4c1f3`](https://github.com/F-Secure/pytest-rts/commit/ad4c1f3820a72bf2b9cbc8583c94bba6d2b2dcc2))
8
+
9
## v1.2.0 (2021-02-15)
10
### Feature
11
* Handle usage in non-git directory ([`8ad080b`](https://github.com/F-Secure/pytest-rts/commit/8ad080be7eb31b96e1047a4aadabe9fe1a944085))
pytest_rts/__init__.py
@@ -1,2 +1,2 @@
1
"""pytest-rts: avoid already imported warning: PYTEST_DONT_REWRITE"""
-__version__ = "1.2.0"
+__version__ = "1.2.1"
0 commit comments