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 9, 2020
1 parent a0aa5b0 commit 1f0ffc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Changes
=======

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

- Adds support for restarting yadage workflows (through ``accept_metadir`` operational option).
- Allows ``htcondor_max_runtime`` and ``htcondor_accounting_group`` to be specified for HTC jobs.
- Adds new field in REANA-Server OpenAPI spec to return server version.
- Changes CI system from Travis to GitHub Actions.

Version 0.7.0 (2020-10-20)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion reana_commons/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"

0 comments on commit 1f0ffc6

Please sign in to comment.