Skip to content

Commit

Permalink
release: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Nov 10, 2020
1 parent fa20996 commit 0b8c40a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Changes
=======

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

- Fixes problem on GitLab integration preventing the synchronisation of projects with existing webhooks.
- Fixes REANA <-> GItLab synchronisation for projects having additional external webhooks.
- Fixes restarting of Yadage and CWL workflows.
- Fixes conflicting ``kombu`` installation requirements by requiring Celery version 4.
- Changes ``/api/you`` endpoint to include REANA server version information.

Version 0.7.0 (2020-10-20)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit workflows to be run on REANA Cloud",
"title": "REANA Server",
"version": "0.7.0"
"version": "0.7.1"
},
"parameters": {},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion reana_server/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.0"
__version__ = "0.7.1"

0 comments on commit 0b8c40a

Please sign in to comment.