Skip to content

Commit

Permalink
fix: merge branch 'master' of github.com:F-Secure/pytest-rts
Browse files Browse the repository at this point in the history
  • Loading branch information
matveypashkovskiy committed Dec 21, 2020
2 parents c6ba5bc + e67fbb5 commit 97ab69d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v1.1.2 (2020-12-21)
### Fix
* Pypi upload ([`7cde1be`](https://github.com/F-Secure/pytest-rts/commit/7cde1be414b980ecb5fb45eac24d7696aacf0b28))

### Documentation
* Fix module name in setup.py ([`7f18303`](https://github.com/F-Secure/pytest-rts/commit/7f183036384bccd45fb93203a26a0ae3198b80e3))
* Added license ([`ebfdd66`](https://github.com/F-Secure/pytest-rts/commit/ebfdd6624606201976df03463248106cfdb5b964))

## v1.1.1 (2020-12-18)
### Fix
* Linter errors ([`b0f2ac0`](https://github.com/F-Secure/pytest-rts/commit/b0f2ac04937d3a36ba9697001949fb9cc12946c9))
Expand Down
2 changes: 1 addition & 1 deletion pytest_rts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""pytest-rts: avoid already imported warning: PYTEST_DONT_REWRITE"""
__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit 97ab69d

Please sign in to comment.