diff --git a/CHANGES.rst b/CHANGES.rst index deb82f1093f9ca7114f8cb521aca4920722b97e4..9e5795212c5375f1d2d2cd17cd9cdbcd9c301584 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,12 @@ Changes ======= +Version v2025.1.11 (released 2025-03-29) + +- Remove the customized build projects and use the standard `rspack` project instead +- Allow test jobs to be run on a schedule + + Version v2025.1.10 (released 2025-03-21) - Reverse order of listed users on admin endpoint diff --git a/invenio_theme_tuw/__init__.py b/invenio_theme_tuw/__init__.py index cd9f8241c0fff98924c4eddba54ca3a68d11247e..501501226da7fd9ab91692a4db4ee61ff102c2c2 100644 --- a/invenio_theme_tuw/__init__.py +++ b/invenio_theme_tuw/__init__.py @@ -9,7 +9,7 @@ from .ext import InvenioThemeTUW -__version__ = "2025.1.10" +__version__ = "2025.1.11" __all__ = ( "__version__",