We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528d27f commit 86dc700Copy full SHA for 86dc700
HISTORY.rst
@@ -7,7 +7,7 @@ Changelog
7
.. This document is user facing. Please word the changes in such a way
8
.. that users understand how the changes affect the new version.
9
10
-version 2.1.0-dev
+version 2.0.1
11
---------------------------
12
+ Fixed a bug where pytest-workflow would crash on logs that used non-ASCII
13
characters where the chunk of size ``--stderr-bytes`` did not properly align
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name="pytest-workflow",
23
- version="2.1.0-dev",
+ version="2.0.1",
24
description="A pytest plugin for configuring workflow/pipeline tests "
25
"using YAML files",
26
author="Leiden University Medical Center",
0 commit comments