Skip to content

Commit

Permalink
release: 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Feb 4, 2022
1 parent d63fae6 commit 1342018
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

Version 0.8.2 (UNRELEASED)
Version 0.8.2 (2022-02-07)
--------------------------

- Adds email validation to the ``user-create`` command used by the REANA administrators.
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.1"
"version": "0.8.2"
},
"parameters": {},
"paths": {
Expand Down Expand Up @@ -2776,4 +2776,4 @@
},
"swagger": "2.0",
"tags": []
}
}
4 changes: 2 additions & 2 deletions reana_server/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022 CERN.
#
# 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.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.8.1"
__version__ = "0.8.2"

0 comments on commit 1342018

Please sign in to comment.