From 1e9bf735cf75a71106054ffe6c27188774df576c Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Sat, 30 Nov 2024 20:43:06 +0100 Subject: [PATCH] release: v3.5.1 --- CHANGES.rst | 6 ++++++ invenio_theme/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5a018742..67099856 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ .. This file is part of Invenio. Copyright (C) 2015-2024 CERN. + Copyright (C) 2024 Graz University of Technology. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -8,6 +9,11 @@ Changes ======= +Version 3.5.1 (release 2024-11-30) + +- setup: change to reusable workflows +- setup: pin dependencies + Version v3.5.0 (released 2024-11-14) - templates: page_cover: Add banner to login template diff --git a/invenio_theme/__init__.py b/invenio_theme/__init__.py index 51e1b84d..840ec614 100644 --- a/invenio_theme/__init__.py +++ b/invenio_theme/__init__.py @@ -490,7 +490,7 @@ def settings_item_1(): from .ext import InvenioTheme from .shared import menu -__version__ = "3.5.0" +__version__ = "3.5.1" __all__ = ("__version__", "InvenioTheme", "menu")