Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Nov 7, 2018
1 parent 2a3f6a0 commit 66568e7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ The list of contributors in alphabetical order:
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Harri Hirvonsalo <https://orcid.org/0000-0002-5503-510X>`_
- `Jan Okraska <https://orcid.org/0000-0002-1416-3244>`_
- `Rokas Maciulaitis <https://orcid.org/0000-0003-1064-6967>`_
- `Sinclert Perez <https://www.linkedin.com/in/sinclert>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_
16 changes: 11 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
Changes
=======

Version 0.4.0 (2018-11-07)
--------------------------

- Enhances test suite and increases code coverage.
- Changes license to MIT.

Version 0.3.1 (2018-09-25)
--------------------------

* Amends upload and download commands that will now upload/download all the
- Amends upload and download commands that will now upload/download all the
files specified in ``reana.yaml`` in case no arguments are provided.
* Fixes ``status`` command's JSON output mode.
* Upgrades CWL reference implementation to version ``1.0.20180912090223``.
* Renames Serial workflow operational parameter from ``CACHING``to ``CACHE``.
* Adds support for Python 3.7.
- Fixes ``status`` command's JSON output mode.
- Upgrades CWL reference implementation to version ``1.0.20180912090223``.
- Renames Serial workflow operational parameter from ``CACHING``to ``CACHE``.
- Adds support for Python 3.7.

Version 0.3.0 (2018-08-10)
--------------------------
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.3.1"
__version__ = "0.4.0"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'pytest-cache>=1.0',
'pytest-cov>=1.8.0',
'pytest-pep8>=1.0.6',
'pytest-reana>=0.4.0.dev20181105,<0.5.0',
'pytest-reana>=0.4.0,<0.5.0',
]

extras_require = {
Expand All @@ -53,8 +53,8 @@
install_requires = [
'click>=7,<8',
'cwltool==1.0.20180912090223',
'pyOpenSSL==17.3.0', # FIXME remove once yadage-schemas solves deps.
'reana-commons>=0.4.0.dev20181105,<0.5.0',
'pyOpenSSL==17.5.0', # FIXME remove once yadage-schemas solves deps.
'reana-commons>=0.4.0,<0.5.0',
'rfc3987==1.3.7', # FIXME remove once yadage-schemas solves deps.
'strict-rfc3339==0.7', # FIXME remove once yadage-schemas solves deps.
'tablib>=0.12.1,<0.13',
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def create_yaml_workflow_schema():
"""Return dummy yaml workflow schema."""
reana_yaml_schema = \
'''
version: 0.3.0
version: 0.4.0
inputs:
files:
- code/helloworld.py
Expand Down

0 comments on commit 66568e7

Please sign in to comment.