release v0.12.3

This commit is contained in:
Christoph Ladurner
2024-07-25 23:04:24 +02:00
parent c934a4952b
commit 5e4fcca0ed
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -8,6 +8,11 @@
Changes
=======
Version v0.12.3 (release 2024-07-25)
- fix(tugraz_authenticated): missmatch of role name
Version v0.12.2 (release 2024-07-19)
- setup: introduce ruff
+1 -1
View File
@@ -11,7 +11,7 @@
from .ext import InvenioConfigTugraz
from .utils import get_identity_from_user_by_email
__version__ = "0.12.2"
__version__ = "0.12.3"
__all__ = (
"__version__",