Skip to content

Commit 8c86af8

Browse files
author
semantic-release
committed
1.1.10
Automatically generated by python-semantic-release
1 parent 835ea28 commit 8c86af8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## v1.1.10 (2021-01-29)
6+
### Fix
7+
* Rename selection file to prevent test discovery ([`b80f30a`](https://github.com/F-Secure/pytest-rts/commit/b80f30a6e29060f1b9769d01ec61760a49d2f977))
8+
9+
### Documentation
10+
* Added Acknowledgement section to README.md ([#75](https://github.com/F-Secure/pytest-rts/issues/75)) ([`4de6632`](https://github.com/F-Secure/pytest-rts/commit/4de663291fd8c388164259b830e4badcb13d98e8))
11+
* Added link to the tutorial to README.md and fixed usage sectino ([`9d25edf`](https://github.com/F-Secure/pytest-rts/commit/9d25edf7c54c2e0b7743cc83c5c8e7e658c88118))
12+
513
## v1.1.9 (2020-12-21)
614
### Fix
715
* Minor ([`891c743`](https://github.com/F-Secure/pytest-rts/commit/891c743332cf7c5248f6ec1b28140c4381a72ef6))

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.1.9"
2+
__version__ = "1.1.10"

0 commit comments

Comments
 (0)