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 998e0f1 commit d794ae6Copy full SHA for d794ae6
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.3.0-dev
+version 1.3.0
11
---------------------------
12
Python 3.6 and pytest 5.4.0.0 are now minimum requirements for pytest-workflow.
13
This was necessary for fixing the deprecation warning issue and the issue with
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name="pytest-workflow",
24
- version="1.3.0-dev",
+ version="1.3.0",
25
description="A pytest plugin for configuring workflow/pipeline tests "
26
"using YAML files",
27
author="Leiden University Medical Center",
0 commit comments