Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 9, 2023
1 parent 20f350b commit 0799191
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.0.0 (released 2023-08-22)

- global: remove breadcrumb support
- global: introduce shared menu
- global: preparation for compatibility with Flask v2.3.x deprecations
- refactor: current_theme_icons without application context

Version 2.5.7 (released 2023-10-26)

- community logo: fix rendering a placeholder
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,6 +490,6 @@ def settings_item_1():
from .ext import InvenioTheme
from .shared import menu

__version__ = "2.5.7"
__version__ = "3.0.0"

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

0 comments on commit 0799191

Please sign in to comment.