Skip to content

Commit

Permalink
📦 release: v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed May 17, 2024
1 parent 63e15e7 commit f3bc295
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
..
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.

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
Expand Down
4 changes: 2 additions & 2 deletions invenio_oauth2server/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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__",
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f3bc295

Please sign in to comment.