Skip to content

Commit

Permalink
Merge bcb3e1a into 024a77a
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Oct 20, 2020
2 parents 024a77a + bcb3e1a commit 8066457
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
19 changes: 10 additions & 9 deletions CHANGES.rst
@@ -1,15 +1,16 @@
Changes
=======

Version master (UNRELEASED)
---------------------------

- Uses python3.8
- Pins all Python dependencies allowing to easily rebuild component images at later times.
- Allows specifying unpacked Docker images as workflow step requirement.
- Handles new workflow operational options.
- Adds VOMS proxy support as a new authentication method.
- Add Black formatter support.
Version 0.7.0 (2020-10-20)
--------------------------

- Adds pinning of all Python dependencies allowing to easily rebuild component images at later times.
- Adds option to specify unpacked Docker images as workflow step requirement.
- Adds support for handling new workflow operational options.
- Adds support for VOMS proxy as a new authentication method.
- Changes base image to use Python 3.8.
- Changes code formatting to respect ``black`` coding style.
- Changes documentation to single-page layout.

Version 0.6.1 (2020-05-25)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_engine_cwl/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.7.0a1"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -44,7 +44,7 @@ pytz==2020.1 # via bravado-core
pyyaml==5.3.1 # via bravado, bravado-core, reana-commons
rdflib-jsonld==0.4.0 # via schema-salad
rdflib==4.2.2 # via cwltool, prov, rdflib-jsonld, schema-salad
reana-commons==0.7.0a4 # via reana-workflow-engine-cwl (setup.py)
reana-commons==0.7.0 # via reana-workflow-engine-cwl (setup.py)
requests==2.24.0 # via bravado, cachecontrol, cwltool, schema-salad
rfc3987==1.3.8 # via jsonschema
ruamel.yaml==0.16.0 # via cwltool, schema-salad
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -19,7 +19,7 @@
history = open("CHANGES.rst").read()

tests_require = [
"pytest-reana>=0.7.0.dev20191219,<0.8.0",
"pytest-reana>=0.7.0,<0.8.0",
]

extras_require = {
Expand All @@ -44,7 +44,7 @@
"click>=7",
"SQLAlchemy>=1.3.7",
"SQLAlchemy-Utils>=0.34.2",
"reana-commons>=0.7.0a4,<0.8.0",
"reana-commons>=0.7.0,<0.8.0",
]

packages = find_packages()
Expand Down

0 comments on commit 8066457

Please sign in to comment.