From 97105af210f127373181c9dc9f749c828b879658 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Wed, 19 Jul 2023 15:29:14 +0200 Subject: [PATCH] release: 0.9.3 --- CHANGES.rst | 4 ++-- reana_commons/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 633aa561..7ede7f95 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,12 @@ Changes ======= -Version 0.9.3 (UNRELEASED) +Version 0.9.3 (2023-07-19) -------------------------- - Adds OpenAPI specification support for ``prune_workspace`` endpoint that allows to delete files that are neither inputs nor outputs from the workspace. - Adds support for ``tests.files`` in ``reana.yaml`` allowing to specify Gherking feature files for testing. -- Changes the server OpenAPI specification to add the `maximum_interactive_session_inactivity_period` value to the `info` endpoint. +- Changes OpenAPI specification to include ``maximum_interactive_session_inactivity_period`` in the ``info`` endpoint. - Changes email sending to allow configuring authentication and encryption options. - Changes ``PyYAML`` dependency version bounds in order to fix installation on Python 3.10+. - Fixes the verbs used to describe changes to the status of a workflow in order to avoid incorrect phrases such as ``workflow has been failed``. diff --git a/reana_commons/version.py b/reana_commons/version.py index a1d90abd..d0836736 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.3a3" +__version__ = "0.9.3"