Skip to content

Commit 95d488e

Browse files
committed
Use a stable version number
1 parent 364777a commit 95d488e

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 1.5.0-dev
10+
version 1.5.0
1111
---------------------------
1212
+ Add support for python 3.9
1313
+ Update the print statement for starting jobs to be more structured. This will

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="1.5.0-dev",
23+
version="1.5.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)