Skip to content

Commit

Permalink
release: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Feb 3, 2021
1 parent 1d0df00 commit 87b313b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

Version 0.7.2 (2021-02-03)
--------------------------

- Fixes minor code warnings.
- Changes CI system to include Python flake8 and Dockerfile hadolint checkers.

Version 0.7.1 (2020-11-10)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

-e git+git://github.com/reanahub/reana-commons.git#egg=reana-commons
-e .[all]
2 changes: 1 addition & 1 deletion reana_workflow_engine_cwl/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.1"
__version__ = "0.7.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
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.1 # via reana-workflow-engine-cwl (setup.py)
reana-commons==0.7.2 # 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"click>=7",
"SQLAlchemy>=1.3.7",
"SQLAlchemy-Utils>=0.34.2",
"reana-commons>=0.7.1,<0.8.0",
"reana-commons>=0.7.2,<0.8.0",
]

packages = find_packages()
Expand Down

0 comments on commit 87b313b

Please sign in to comment.