diff --git a/CHANGES.rst b/CHANGES.rst index 53013d4..688afe7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,19 @@ Changes ======= +Version v4.12.0 (release 2023-11-10) + +- setup: move python supported window +- overview: rephrase text +- menu: temporarily remove overwrite +- ui: change paths to data-models +- global: change to invenio-records-global-search +- refactor: apply semantic-ui, indentation, copyright +- layout: improve +- theme: add separate search entry for rdm +- global: make it compatible with v12 + + Version v4.11.3 (release 2023-06-07) - fix: frontpage upload buttons small monitor diff --git a/invenio_theme_tugraz/__init__.py b/invenio_theme_tugraz/__init__.py index 96d9095..b3061c4 100644 --- a/invenio_theme_tugraz/__init__.py +++ b/invenio_theme_tugraz/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioThemeTugraz -__version__ = "4.11.3" +__version__ = "4.12.0" __all__ = ("__version__", "InvenioThemeTugraz")