File tree 3 files changed +8
-4
lines changed
templates/semantic-ui/invenio_oauth2server/settings
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
..
2
2
This file is part of Invenio.
3
- Copyright (C) 2015-2018 CERN.
3
+ Copyright (C) 2015-2024 CERN.
4
4
5
5
Invenio is free software; you can redistribute it and/or modify it
6
6
under the terms of the MIT License; see LICENSE file for more details.
7
7
8
8
Changes
9
9
=======
10
10
11
+ Version 2.3.1 (released 2024-05-17)
12
+
13
+ - settings-ui: fix token scopes list
14
+
11
15
Version 2.3.0 (released 2024-03-22)
12
16
13
17
- fix: before_first_request deprecation
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# This file is part of Invenio.
4
- # Copyright (C) 2015-2018 CERN.
4
+ # Copyright (C) 2015-2024 CERN.
5
5
# Copyright (C) 2023-2024 Graz University of Technology.
6
6
#
7
7
# Invenio is free software; you can redistribute it and/or modify it
@@ -115,7 +115,7 @@ def index():
115
115
from .ext import InvenioOAuth2Server , InvenioOAuth2ServerREST # noqa isort:skip
116
116
from .proxies import current_oauth2server # noqa isort:skip
117
117
118
- __version__ = "2.3.0 "
118
+ __version__ = "2.3.1 "
119
119
120
120
__all__ = (
121
121
"__version__" ,
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*-
2
2
3
3
This file is part of Invenio.
4
- Copyright (C) 2015-2020 CERN.
4
+ Copyright (C) 2015-2024 CERN.
5
5
6
6
Invenio is free software; you can redistribute it and/or modify it
7
7
under the terms of the MIT License; see LICENSE file for more details.
You can’t perform that action at this time.
0 commit comments