Skip to content

Commit

Permalink
release: v2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 26, 2023
1 parent 9675e55 commit 8ccd805
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 @@ -8,6 +8,10 @@
Changes
=======

Version 2.5.7 (released 2023-10-26)

- community logo: fix rendering a placeholder

Version 2.5.6 (released 2023-10-20)

- don't override links style in flashed messages
Expand Down
2 changes: 1 addition & 1 deletion invenio_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,6 @@ def settings_item_1():

from .ext import InvenioTheme

__version__ = "2.5.6"
__version__ = "2.5.7"

__all__ = ("__version__", "InvenioTheme")

0 comments on commit 8ccd805

Please sign in to comment.