Skip to content

Commit cd8465f

Browse files
committed
Set stable version
1 parent 9b551af commit cd8465f

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
@@ -8,7 +8,7 @@ Changelog
88
.. This document is user facing. Please word the changes in such a way
99
.. that users understand how the changes affect the new version.
1010
11-
version 2.1.0-dev
11+
version 2.1.0
1212
---------------------------
1313
+ Python version 3.7 support is dropped because it is deprecated. Python
1414
version 3.12 was added.

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.1.0",
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)