From 63c5f905f2a42bb9ed6d82ef42382326a8a90233 Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Sat, 29 Mar 2025 16:54:33 +0100 Subject: [PATCH] Release: v2025.1.11 --- CHANGES.rst | 6 ++++++ invenio_theme_tuw/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index deb82f1..9e57952 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 cd9f824..5015012 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__", -- GitLab