Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j19sch committed Apr 5, 2020
1 parent 765750e commit 53e26a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.3.1 // 2020-04-05
-------------------
- Refactors `setLoggerClass` implementation to a `Filter`-based one to avoid side effects of `setLoggerClass`.


0.3.0 // 2020-02-23
-------------------
- Next to `json` the `--instrument` parameter now also accepts `log` to send output to a regular log file.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name="pytest-instrument",
version="0.3.0",
version="0.3.1",
author="Joep Schuurkes",
author_email="[email protected]",
maintainer="Joep Schuurkes",
Expand Down

0 comments on commit 53e26a2

Please sign in to comment.