Skip to content

Commit

Permalink
release: 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Feb 22, 2021
1 parent 0a82a9b commit 1d89c94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

Version 0.7.3 (2021-02-22)
--------------------------

- Adds new configuration variable to toggle runtime user jobs clean up depending on their statuses. (``REANA_RUNTIME_KUBERNETES_KEEP_ALIVE_JOBS_WITH_STATUSES``)
- Adds central class to instantiate workflow engines with more resilience. (``workflow_engine.create_workflow_engine_command``)

Version 0.7.2 (2021-02-02)
--------------------------

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.2"
__version__ = "0.7.3"

0 comments on commit 1d89c94

Please sign in to comment.