Skip to content

Commit

Permalink
release: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Nov 29, 2021
1 parent 6be44e3 commit fe647e2
Show file tree
Hide file tree
Showing 4 changed files with 10 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.8.1 (2021-11-29)
--------------------------

- Changes ``quota-set`` command used by the REANA administrators to use the resource type along with a resource name for specifying the resource.
- Changes email validation used in ``create-admin-user`` command by the REANA administrators to be more permissive.

Version 0.8.0 (2021-11-22)
---------------------------

Expand Down
4 changes: 2 additions & 2 deletions 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.8.0"
"version": "0.8.1"
},
"parameters": {},
"paths": {
Expand Down Expand Up @@ -2599,7 +2599,7 @@
}
}
},
"reana_server_version": "0.8.0",
"reana_server_version": "0.8.1",
"reana_token": {
"requested_at": "Mon, 25 May 2020 10:39:57 GMT",
"status": "active",
Expand Down
2 changes: 1 addition & 1 deletion reana_server/rest/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_you(user):
application/json:
{
"email": "user@reana.info",
"reana_server_version": "0.8.0",
"reana_server_version": "0.8.1",
"reana_token": {
"value": "Drmhze6EPcv0fN_81Bj-nA",
"status": "active",
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.8.0"
__version__ = "0.8.1"

0 comments on commit fe647e2

Please sign in to comment.