Skip to content

Commit fe647e2

Browse files
committed
release: 0.8.1
1 parent 6be44e3 commit fe647e2

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
Version 0.8.1 (2021-11-29)
5+
--------------------------
6+
7+
- Changes ``quota-set`` command used by the REANA administrators to use the resource type along with a resource name for specifying the resource.
8+
- Changes email validation used in ``create-admin-user`` command by the REANA administrators to be more permissive.
9+
410
Version 0.8.0 (2021-11-22)
511
---------------------------
612

docs/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"description": "Submit workflows to be run on REANA Cloud",
55
"title": "REANA Server",
6-
"version": "0.8.0"
6+
"version": "0.8.1"
77
},
88
"parameters": {},
99
"paths": {
@@ -2599,7 +2599,7 @@
25992599
}
26002600
}
26012601
},
2602-
"reana_server_version": "0.8.0",
2602+
"reana_server_version": "0.8.1",
26032603
"reana_token": {
26042604
"requested_at": "Mon, 25 May 2020 10:39:57 GMT",
26052605
"status": "active",

reana_server/rest/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_you(user):
112112
application/json:
113113
{
114114
"email": "[email protected]",
115-
"reana_server_version": "0.8.0",
115+
"reana_server_version": "0.8.1",
116116
"reana_token": {
117117
"value": "Drmhze6EPcv0fN_81Bj-nA",
118118
"status": "active",

reana_server/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.8.0"
17+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)