release v0.12.5

This commit is contained in:
Christoph Ladurner
2024-07-29 09:46:34 +02:00
parent 5d84b08e26
commit 04ca3f5661
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
Changes
=======
Version v0.12.5 (release 2024-07-29)
- fix: permission for ip
Version v0.12.3 (release 2024-07-25)
- fix(tugraz_authenticated): missmatch of role name

View File

@@ -11,7 +11,7 @@
from .ext import InvenioConfigTugraz
from .utils import get_identity_from_user_by_email
__version__ = "0.12.3"
__version__ = "0.12.5"
__all__ = (
"__version__",