Skip to content

Commit

Permalink
release: v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Nov 14, 2024
1 parent 659eebe commit 923dcc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version v3.5.0 (released 2024-11-14)

- templates: page_cover: Add banner to login template
- site: add font-weight normal

Version v3.4.3 (released 2024-10-03)

- inject MathJax config to JS via data attribute in base html pages
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.4.3"
__version__ = "3.5.0"


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

0 comments on commit 923dcc4

Please sign in to comment.