Skip to content

Commit 4c80981

Browse files
committed
release: 0.7.6
1 parent 956e230 commit 4c80981

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
Version 0.7.6 (2021-07-05)
5+
--------------------------
6+
7+
- Changes internal dependencies to remove click.
8+
49
Version 0.7.5 (2021-04-28)
510
--------------------------
611

reana_workflow_engine_cwl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.7.6a1"
17+
__version__ = "0.7.6"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pytz==2020.1 # via bravado-core
4444
pyyaml==5.3.1 # via bravado, bravado-core, reana-commons
4545
rdflib-jsonld==0.4.0 # via schema-salad
4646
rdflib==4.2.2 # via cwltool, prov, rdflib-jsonld, schema-salad
47-
reana-commons==0.7.5a2 # via reana-workflow-engine-cwl (setup.py)
47+
reana-commons==0.7.5 # via reana-workflow-engine-cwl (setup.py)
4848
requests==2.24.0 # via bravado, cachecontrol, cwltool, schema-salad
4949
rfc3987==1.3.8 # via jsonschema
5050
ruamel.yaml==0.16.0 # via cwltool, schema-salad

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
history = open("CHANGES.rst").read()
2020

2121
tests_require = [
22-
"pytest-reana>=0.7.1,<0.8.0",
22+
"pytest-reana>=0.7.2,<0.8.0",
2323
]
2424

2525
extras_require = {
@@ -41,7 +41,7 @@
4141
install_requires = [
4242
"cwltool==1.0.20191022103248",
4343
"schema-salad==4.5.20191023134839",
44-
"reana-commons>=0.7.5a2,<0.8.0",
44+
"reana-commons>=0.7.5,<0.8.0",
4545
]
4646

4747
packages = find_packages()

0 commit comments

Comments
 (0)