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 Mar 19, 2024
1 parent d6541d3 commit 64690c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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 2024-03-19)

- 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.10 (released 2024-01-28)

- installation: fix sphinx dependency
Expand Down
6 changes: 4 additions & 2 deletions invenio_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2024 CERN.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022-2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -490,6 +490,8 @@ def settings_item_1():
from .ext import InvenioTheme
from .shared import menu

__version__ = "2.5.10"

__version__ = "3.0.0"


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

0 comments on commit 64690c3

Please sign in to comment.