Skip to content

Commit

Permalink
release: v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 19, 2023
1 parent 47f0150 commit fc988c1
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.5 (released 2023-09-19)

- styling: add 3 column template class

Version 2.5.4 (released 2023-09-11)

- scss: fix compatibility with latest less version
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.4"
__version__ = "2.5.5"

__all__ = ("__version__", "InvenioTheme")

0 comments on commit fc988c1

Please sign in to comment.