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

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

Bump version to v2023.2.3

parent bc78f264
No related branches found
No related tags found
1 merge request!35Add null check on current_user in the logging formatter
...@@ -8,11 +8,12 @@ ...@@ -8,11 +8,12 @@
Changes Changes
======= =======
Version 2023.2 (released 2023-04-24, updated 2023-04-27) Version 2023.2 (released 2023-04-24, updated 2023-05-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
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.2" __version__ = "2023.2.3"
__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