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 9b551af commit cd8465fCopy full SHA for cd8465f
HISTORY.rst
@@ -8,7 +8,7 @@ Changelog
8
.. This document is user facing. Please word the changes in such a way
9
.. that users understand how the changes affect the new version.
10
11
-version 2.1.0-dev
+version 2.1.0
12
---------------------------
13
+ Python version 3.7 support is dropped because it is deprecated. Python
14
version 3.12 was added.
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name="pytest-workflow",
23
- version="2.1.0-dev",
+ version="2.1.0",
24
description="A pytest plugin for configuring workflow/pipeline tests "
25
"using YAML files",
26
author="Leiden University Medical Center",
0 commit comments