Skip to content

Commit f3bc295

Browse files
committed
📦 release: v2.3.1
1 parent 63e15e7 commit f3bc295

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

‎CHANGES.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
..
22
This file is part of Invenio.
3-
Copyright (C) 2015-2018 CERN.
3+
Copyright (C) 2015-2024 CERN.
44
55
Invenio is free software; you can redistribute it and/or modify it
66
under the terms of the MIT License; see LICENSE file for more details.
77

88
Changes
99
=======
1010

11+
Version 2.3.1 (released 2024-05-17)
12+
13+
- settings-ui: fix token scopes list
14+
1115
Version 2.3.0 (released 2024-03-22)
1216

1317
- fix: before_first_request deprecation

‎invenio_oauth2server/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of Invenio.
4-
# Copyright (C) 2015-2018 CERN.
4+
# Copyright (C) 2015-2024 CERN.
55
# Copyright (C) 2023-2024 Graz University of Technology.
66
#
77
# Invenio is free software; you can redistribute it and/or modify it
@@ -115,7 +115,7 @@ def index():
115115
from .ext import InvenioOAuth2Server, InvenioOAuth2ServerREST # noqa isort:skip
116116
from .proxies import current_oauth2server # noqa isort:skip
117117

118-
__version__ = "2.3.0"
118+
__version__ = "2.3.1"
119119

120120
__all__ = (
121121
"__version__",

‎invenio_oauth2server/templates/semantic-ui/invenio_oauth2server/settings/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{# -*- coding: utf-8 -*-
22

33
This file is part of Invenio.
4-
Copyright (C) 2015-2020 CERN.
4+
Copyright (C) 2015-2024 CERN.
55

66
Invenio is free software; you can redistribute it and/or modify it
77
under the terms of the MIT License; see LICENSE file for more details.

0 commit comments

Comments
 (0)