Skip to content

Commit

Permalink
📦 release: v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jun 25, 2024
1 parent 7a2f489 commit 6d077e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Changes
=======

Version 3.2.0 (released 2024-06-25)

- global: add meta generator tag
- Allows defining the value of the ``<meta generator>`` header tag by a
string or a callable. Can be disabled by setting it to None.
- See inveniosoftware/invenio-app-rdm#2689

Version 3.1.0 (released 2024-04-10)

- css: fix overflow for description in record details
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.1.0"
__version__ = "3.2.0"


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

0 comments on commit 6d077e9

Please sign in to comment.