Skip to content

Commit eb17c8e

Browse files
author
semantic-release
committed
1.2.1
Automatically generated by python-semantic-release
1 parent e90819d commit eb17c8e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

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+
59
## v1.2.0 (2021-02-15)
610
### Feature
711
* Handle usage in non-git directory ([`8ad080b`](https://github.com/F-Secure/pytest-rts/commit/8ad080be7eb31b96e1047a4aadabe9fe1a944085))

pytest_rts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""pytest-rts: avoid already imported warning: PYTEST_DONT_REWRITE"""
2-
__version__ = "1.2.0"
2+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)