Skip to content

Commit

Permalink
release: 0.9.1a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Apr 28, 2023
1 parent 9c94abe commit d92bb46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion reana_client/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.0"
__version__ = "0.9.1a1"

0 comments on commit d92bb46

Please sign in to comment.