release v0.12.0

This commit is contained in:
Christoph Ladurner
2023-11-10 09:01:33 +01:00
parent 08d745d367
commit 8b84077e83
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
Changes
=======
Version v0.12.0 (release 2023-11-10)
- setup: remove python3.8 support
- global: make it compatible with v12
Version v0.11.0 (release 2023-04-20)
- global: make package compatible with v11

View File

@@ -12,7 +12,7 @@ from .ext import InvenioConfigTugraz
from .generators import RecordIp
from .utils import get_identity_from_user_by_email
__version__ = "0.11.0"
__version__ = "0.12.0"
__all__ = (
"__version__",