Skip to content

Commit 86dc700

Browse files
committed
Set stable version
1 parent 528d27f commit 86dc700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
10-
version 2.1.0-dev
10+
version 2.0.1
1111
---------------------------
1212
+ Fixed a bug where pytest-workflow would crash on logs that used non-ASCII
1313
characters where the chunk of size ``--stderr-bytes`` did not properly align

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="pytest-workflow",
23-
version="2.1.0-dev",
23+
version="2.0.1",
2424
description="A pytest plugin for configuring workflow/pipeline tests "
2525
"using YAML files",
2626
author="Leiden University Medical Center",

0 commit comments

Comments
 (0)