From f3bc295110178d4aa2a1e2c2cf8567360419d29c Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Fri, 17 May 2024 10:12:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v2.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 6 +++++- invenio_oauth2server/__init__.py | 4 ++-- .../semantic-ui/invenio_oauth2server/settings/index.html | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0357adc..322b269 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ .. This file is part of Invenio. - Copyright (C) 2015-2018 CERN. + Copyright (C) 2015-2024 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -8,6 +8,10 @@ Changes ======= +Version 2.3.1 (released 2024-05-17) + +- settings-ui: fix token scopes list + Version 2.3.0 (released 2024-03-22) - fix: before_first_request deprecation diff --git a/invenio_oauth2server/__init__.py b/invenio_oauth2server/__init__.py index e49990d..5500107 100644 --- a/invenio_oauth2server/__init__.py +++ b/invenio_oauth2server/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015-2018 CERN. +# Copyright (C) 2015-2024 CERN. # Copyright (C) 2023-2024 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it @@ -115,7 +115,7 @@ def index(): from .ext import InvenioOAuth2Server, InvenioOAuth2ServerREST # noqa isort:skip from .proxies import current_oauth2server # noqa isort:skip -__version__ = "2.3.0" +__version__ = "2.3.1" __all__ = ( "__version__", diff --git a/invenio_oauth2server/templates/semantic-ui/invenio_oauth2server/settings/index.html b/invenio_oauth2server/templates/semantic-ui/invenio_oauth2server/settings/index.html index 9d05572..d4c65b0 100644 --- a/invenio_oauth2server/templates/semantic-ui/invenio_oauth2server/settings/index.html +++ b/invenio_oauth2server/templates/semantic-ui/invenio_oauth2server/settings/index.html @@ -1,7 +1,7 @@ {# -*- coding: utf-8 -*- This file is part of Invenio. - Copyright (C) 2015-2020 CERN. + Copyright (C) 2015-2024 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details.