release v4.12.1

This commit is contained in:
Christoph Ladurner
2023-11-23 10:54:20 +01:00
parent 4a0b65300d
commit 3e10059a6f
2 changed files with 8 additions and 1 deletions

View File

@@ -8,6 +8,13 @@
Changes
=======
Version v4.12.1 (release 2023-11-23)
- translation: change text on frontpage overview
- ui: comment browse functionality
- ui: remove scss, not used
Version v4.12.0 (release 2023-11-10)
- setup: move python supported window

View File

@@ -10,6 +10,6 @@
from .ext import InvenioThemeTugraz
__version__ = "4.12.0"
__version__ = "4.12.1"
__all__ = ("__version__", "InvenioThemeTugraz")