Skip to content

Commit

Permalink
release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Panero committed Mar 13, 2023
1 parent b62a668 commit f900a60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
..
This file is part of Invenio.
Copyright (C) 2015-2022 CERN.
Copyright (C) 2015-2023 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.0 (released 2023-03-13)

- OpenAIRE AAI sandbox remote moved to Keycloak.
- Keycloak settings helper accept configurable scopes for token request.

Version 2.2.0 (released 2023-03-02)

- remove deprecated flask_babelex dependency and imports
Expand Down
4 changes: 2 additions & 2 deletions invenio_oauthclient/__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-2023 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 All @@ -11,7 +11,7 @@
from .ext import InvenioOAuthClient, InvenioOAuthClientREST
from .proxies import current_oauthclient

__version__ = "2.2.0"
__version__ = "2.3.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit f900a60

Please sign in to comment.