Skip to content

Commit

Permalink
release: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Jan 20, 2025
1 parent b277bb9 commit c325177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
..
This file is part of Invenio.
Copyright (C) 2015-2024 CERN.
Copyright (C) 2015-2025 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.

Changes
=======
Version v4.1.0 (released 2025-01-20)

- theme: expand generator classes

Version v4.0.1 (released 2024-12-16)

Expand Down
2 changes: 1 addition & 1 deletion invenio_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def settings_item_1():
from .ext import InvenioTheme
from .shared import menu

__version__ = "4.0.1"
__version__ = "4.1.0"


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

0 comments on commit c325177

Please sign in to comment.