Skip to content

Commit

Permalink
release: 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Apr 28, 2021
1 parent 66dce66 commit 4828571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

Version 0.7.3 (UNRELEASED)
Version 0.7.3 (2021-04-28)
--------------------------

- Adds configuration environment variable to set job memory limits for the Kubernetes compute backend (``REANA_KUBERNETES_JOBS_MEMORY_LIMIT``).
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit and manage workflows",
"title": "REANA Workflow Controller",
"version": "0.7.3a1"
"version": "0.7.3"
},
"parameters": {},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_controller/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.3a1"
__version__ = "0.7.3"

0 comments on commit 4828571

Please sign in to comment.