From 0492536e4fb24ca82067058ff386bbfa764b9cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Vidal=20Garc=C3=ADa?= Date: Wed, 28 Apr 2021 15:02:32 +0200 Subject: [PATCH] release: 0.7.4 --- CHANGES.rst | 2 +- reana_client/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"