Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
This file is part of Invenio.
Copyright (C) 2015-2025 CERN.
Copyright (C) 2024-2025 Graz University of Technology.
Copyright (C) 2025 KTH Royal Institute 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.

Changes
=======

Version v4.4.2 (released 2025-10-22)

- i18n: pulled translations
- views: use .get() for THEME_FRONTPAGE to avoid hard dependency

Version v4.4.1 (released 2025-08-06)

- theme: move invenio-administration styles
Expand Down
3 changes: 2 additions & 1 deletion invenio_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This file is part of Invenio.
# Copyright (C) 2015-2024 CERN.
# Copyright (C) 2022-2025 Graz University of Technology.
# Copyright (C) 2025 KTH Royal Institute 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.
Expand Down Expand Up @@ -490,7 +491,7 @@ def settings_item_1():
from .ext import InvenioTheme
from .shared import menu

__version__ = "4.4.1"
__version__ = "4.4.2"


__all__ = ("__version__", "InvenioTheme", "menu")