Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 2, 2024
1 parent 60b39db commit 0c2fcf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
Changes
=======

Version 4.0.0 (released 2024-12-02)

- setup: bump major dependencies

Version 3.5.1 (release 2024-11-30)

- setup: change to reusable workflows
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__ = "3.5.1"
__version__ = "4.0.0"


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

0 comments on commit 0c2fcf0

Please sign in to comment.