Skip to content

Commit

Permalink
release: 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jul 19, 2023
1 parent 994c98f commit 97105af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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``.
Expand Down
2 changes: 1 addition & 1 deletion reana_commons/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.9.3a3"
__version__ = "0.9.3"

0 comments on commit 97105af

Please sign in to comment.