Skip to content

Commit

Permalink
release: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Nov 10, 2020
1 parent 178c2e4 commit d284ce8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changes
=======

Version 0.7.1 (UNRELEASED)
Version 0.7.1 (2020-11-10)
--------------------------

- Allows ``htcondor_max_runtime`` and ``htcondor_accounting_group`` to be specified for HTC jobs.
- Adds support for specifying ``htcondor_max_runtime`` and ``htcondor_accounting_group`` for HTCondor compute backend jobs.
- Fixes restarting of CWL workflows.

Version 0.7.0 (2020-10-20)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_engine_cwl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pytz==2020.1 # via bravado-core
pyyaml==5.3.1 # via bravado, bravado-core, reana-commons
rdflib-jsonld==0.4.0 # via schema-salad
rdflib==4.2.2 # via cwltool, prov, rdflib-jsonld, schema-salad
reana-commons==0.7.0 # via reana-workflow-engine-cwl (setup.py)
reana-commons==0.7.1 # via reana-workflow-engine-cwl (setup.py)
requests==2.24.0 # via bravado, cachecontrol, cwltool, schema-salad
rfc3987==1.3.8 # via jsonschema
ruamel.yaml==0.16.0 # via cwltool, schema-salad
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"click>=7",
"SQLAlchemy>=1.3.7",
"SQLAlchemy-Utils>=0.34.2",
"reana-commons>=0.7.0,<0.8.0",
"reana-commons>=0.7.1,<0.8.0",
]

packages = find_packages()
Expand Down

0 comments on commit d284ce8

Please sign in to comment.