From 3808ff3b0ddf04e939ae9c5639ed978939c4593c Mon Sep 17 00:00:00 2001 From: Giuseppe Steduto Date: Wed, 1 Nov 2023 19:04:54 +0100 Subject: [PATCH] release: 0.9.4a2 --- CHANGES.rst | 1 + reana_commons/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 45fcbd60..82846020 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,7 @@ Changes Version 0.9.4 (UNRELEASED) -------------------------- +- Changes the OpenAPI specifications to add the ``include_progress`` flag in the endpoints to get the list and the status of workflows. - Changes validation of REANA specification to expose functions for loading workflow input parameters and workflow specifications. Version 0.9.3 (2023-09-26) diff --git a/reana_commons/version.py b/reana_commons/version.py index ace48ab2..c6b0fe79 100755 --- a/reana_commons/version.py +++ b/reana_commons/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.9.4a1" +__version__ = "0.9.4a2"