diff --git a/CHANGES.rst b/CHANGES.rst index 003ee296eee91c53f527cbfe621d15b5bd704a9a..49ef37a64eaa5a6f212e96ab00b8c4add28ecaf7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes ======= -Version 2023.2 (released 2023-04-24, updated 2023-09-08) +Version 2023.2 (released 2023-04-24, updated 2023-09-25) - v11 compat: Update permission policies and disable archive download @@ -19,6 +19,7 @@ Version 2023.2 (released 2023-04-24, updated 2023-09-08) - Add utilities and a celery task for updating the `names` vocabulary with information from TISS - Enable sending of registration mails - Allow edits to owners of published records even if they only have `trusted-user` role +- Fix a typo in the config generated by the `TUWSSOSettingsHelper` Version 2023.1 (released 2023-01-13) diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py index b3604e0892839046c75900994dac24e19f4de475..0bd7eb34f76f4e0437a68ad83e5846f46d390e69 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2023.2.9" +__version__ = "2023.2.10" __all__ = ("__version__", "InvenioConfigTUW")