*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit d00d06d3 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Bump version to v2023.2.5

parent d796a6a0
No related branches found
No related tags found
1 merge request!37Add task for updating the names vocabulary with TISS data
...@@ -8,13 +8,15 @@ ...@@ -8,13 +8,15 @@
Changes Changes
======= =======
Version 2023.2 (released 2023-04-24, updated 2023-05-26) Version 2023.2 (released 2023-04-24, updated 2023-07-26)
- v11 compat: Update permission policies and disable archive download - v11 compat: Update permission policies and disable archive download
- Set affiliation (hard-coded) to TU Wien in `user.profile` - Set affiliation (hard-coded) to TU Wien in `user.profile`
- Set a default template for the `description` metadata field - Set a default template for the `description` metadata field
- Add a null check for the current_user in the logging formatter - Add a null check for the current_user in the logging formatter
- Prevent the logging formatter from blowing up outside of a request context - 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
Version 2023.1 (released 2023-01-13) Version 2023.1 (released 2023-01-13)
......
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW from .ext import InvenioConfigTUW
__version__ = "2023.2.4" __version__ = "2023.2.5"
__all__ = ("__version__", "InvenioConfigTUW") __all__ = ("__version__", "InvenioConfigTUW")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment