diff --git a/CHANGES.rst b/CHANGES.rst index 61e7fcc343d8ee9f7f17a897a22dd1ec6f1daf90..888156ac3563ea4c16ca6f029db87d17d0502a8c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes ======= -Version 2023.2 (released 2023-04-24, updated 2023-08-07) +Version 2023.2 (released 2023-04-24, updated 2023-08-23) - v11 compat: Update permission policies and disable archive download @@ -17,6 +17,7 @@ Version 2023.2 (released 2023-04-24, updated 2023-08-07) - Add a null check for the current_user in the logging formatter - Prevent the logging formatter from blowing up outside of a request context - Add utilities and a celery task for updating the `names` vocabulary with information from TISS +- Enable sending of registration mails Version 2023.1 (released 2023-01-13) diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py index 54df773336f7446de389e1bf398c3407b4ed2b57..526ebdee3012c185f84b74b4254998c8d696c07e 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2023.2.7" +__version__ = "2023.2.8" __all__ = ("__version__", "InvenioConfigTUW")