diff --git a/CHANGES.rst b/CHANGES.rst index fc3ef5d1..4c7b796b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -Version 0.7.4 (UNRELEASED) +Version 0.7.4 (2021-04-28) -------------------------- - Fixes environment image validation info message where UIDs were switched. - Changes ``list`` command to include deleted workflows by default. diff --git a/reana_client/version.py b/reana_client/version.py index 8a427891..a54fdca4 100644 --- a/reana_client/version.py +++ b/reana_client/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.7.3" +__version__ = "0.7.4"