Skip to content

Commit

Permalink
release: 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Jul 5, 2021
1 parent 7db3148 commit 1460209
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
Changes
=======

Version 0.7.5 (UNRELEASED)
Version 0.7.5 (2021-07-05)
--------------------------

- Changes workflow validation to display more granular output.
- Fixes environment image validation not to test repetitively the same image.
- Changes workflow parameters validation to warn about misused parameters for each step.
- Changes dependencies to unpin six so that client may be installed in more contexts.
- Fixes environment image validation not to test repetitively the same image.
- Fixes ``upload_to_server()`` Python API function to silently skip uploading in case of none-like inputs.

Version 0.7.4 (2021-04-28)
--------------------------
- Fixes environment image validation info message where UIDs were switched.
- Changes ``list`` command to include deleted workflows by default.

- Adds support of wildcard patterns to ``ls`` command.
- Adds support of directory download and wildcard patterns to ``download`` command.
- Changes ``list`` command to include deleted workflows by default.
- Fixes environment image validation info message where UIDs were switched.

Version 0.7.3 (2021-03-24)
--------------------------

- Adds validation of workflow input parameters to the ``validate`` command.
- Adds optional validation of workflow environment images (``--environments``) to the ``validate`` command.

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.4"
__version__ = "0.7.5"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
history = open("CHANGES.rst").read()

tests_require = [
"pytest-reana>=0.7.1,<0.8.0",
"pytest-reana>=0.7.2,<0.8.0",
'google-auth==1.24.0; python_version=="2.7"',
'oauthlib==3.1.0; python_version=="2.7"',
'pluggy==0.13.1; python_version=="2.7"',
Expand Down Expand Up @@ -50,7 +50,7 @@
'cwl-utils==0.5 ; python_version>="3"',
"pyOpenSSL>=19.0.0", # FIXME remove once yadage-schemas solves deps.
"jsonpointer>=2.0",
"reana-commons>=0.7.5a1,<0.8.0",
"reana-commons>=0.7.5,<0.8.0",
"rfc3987>=1.3.8", # FIXME remove once yadage-schemas solves deps.
"six>=1.12.0",
"strict-rfc3339>=0.7", # FIXME remove once yadage-schemas solves deps.
Expand Down

0 comments on commit 1460209

Please sign in to comment.