Skip to content

Commit

Permalink
release: 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Mar 24, 2021
1 parent aed7caf commit ceff398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changes
=======

Version 0.7.3 (UNRELEASED)
Version 0.7.3 (2021-03-24)
--------------------------
- Adds workflow parameters validation to ``validate`` command.
- Adds option ``--environments`` to ``validate`` to perform workflow image validations.
- Adds validation of workflow input parameters to the ``validate`` command.
- Adds optional validation of workflow environment images (``--environments``) to the ``validate`` command.

Version 0.7.2 (2021-01-15)
--------------------------
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.7.2"
__version__ = "0.7.3"

0 comments on commit ceff398

Please sign in to comment.