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 e889a6e commit d4d2b5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changes
=======

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

- Allows restarting of yadage workflows.
- 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 Yadage workflows.

Version 0.7.0 (2020-10-20)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_engine_yadage/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 @@ -43,7 +43,7 @@ pyrsistent==0.17.3 # via jsonschema
python-dateutil==2.8.1 # via bravado, bravado-core
pytz==2020.1 # via bravado-core
pyyaml==5.3.1 # via bravado, bravado-core, packtivity, reana-commons, yadage, yadage-schemas
reana-commons==0.7.0 # via reana-workflow-engine-yadage (setup.py)
reana-commons==0.7.1 # via reana-workflow-engine-yadage (setup.py)
requests[security]==2.22.0 # via bravado, packtivity, reana-workflow-engine-yadage (setup.py), yadage, yadage-schemas
rfc3987==1.3.8 # via jsonschema, reana-workflow-engine-yadage (setup.py)
simplejson==3.17.2 # via bravado, bravado-core
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"pydotplus>=2.0.2", # FIXME needed only if yadage visuale=True.
"pygraphviz>=1.5", # FIXME needed only if yadage visuale=True.
"pyOpenSSL==19.0.0", # FIXME remove once yadage-schemas solves deps.
"reana-commons>=0.7.0,<0.8.0",
"reana-commons>=0.7.1,<0.8.0",
"requests==2.22.0",
"rfc3987==1.3.8", # FIXME remove once yadage-schemas solves yadage deps.
"strict-rfc3339==0.7", # FIXME remove once yadage-schemas solves deps.
Expand Down

0 comments on commit d4d2b5e

Please sign in to comment.