Skip to content

Commit d794ae6

Browse files
committed
set version to a stable number
1 parent 998e0f1 commit d794ae6

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.3.0-dev
10+
version 1.3.0
1111
---------------------------
1212
Python 3.6 and pytest 5.4.0.0 are now minimum requirements for pytest-workflow.
1313
This was necessary for fixing the deprecation warning issue and the issue with

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="pytest-workflow",
24-
version="1.3.0-dev",
24+
version="1.3.0",
2525
description="A pytest plugin for configuring workflow/pipeline tests "
2626
"using YAML files",
2727
author="Leiden University Medical Center",

0 commit comments

Comments
 (0)