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 364777a commit 95d488eCopy full SHA for 95d488e
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 1.5.0-dev
+version 1.5.0
11
---------------------------
12
+ Add support for python 3.9
13
+ Update the print statement for starting jobs to be more structured. This will
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name="pytest-workflow",
23
- version="1.5.0-dev",
+ version="1.5.0",
24
description="A pytest plugin for configuring workflow/pipeline tests "
25
"using YAML files",
26
author="Leiden University Medical Center",
0 commit comments