From d92bb4610386380e56b433ba81c08ec872c4df7c Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Fri, 28 Apr 2023 10:32:21 +0200 Subject: [PATCH] release: 0.9.1a1 --- CHANGES.rst | 2 ++ reana_client/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4af8dfb8..11d2e626 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,8 @@ Changes Version 0.9.1 (UNRELEASED) -------------------------- + +- Adds ``prune`` command to delete all intermediate files of a given workflow. - Fixes ``list`` command to correctly list workflows when sorting them by their run number or by the size of their workspace. - Fixes ``du`` command help message typo. diff --git a/reana_client/version.py b/reana_client/version.py index fb50bcc5..3395a223 100644 --- a/reana_client/version.py +++ b/reana_client/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.9.0" +__version__ = "0.9.1a1"