diff --git a/CHANGES.rst b/CHANGES.rst index 07dedc4b..84fa3399 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ .. This file is part of Invenio. - Copyright (C) 2015-2022 CERN. + Copyright (C) 2015-2023 CERN. 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. @@ -8,6 +8,10 @@ Changes ======= +Version 2.5.0 (released 2023-08-09) + +- theme: add utility classes + Version 2.4.0 (released 2023-08-02) - theme: add some general classes and fixes alignment for labeled fluid buttons diff --git a/invenio_theme/__init__.py b/invenio_theme/__init__.py index 5421c47c..703c85a5 100644 --- a/invenio_theme/__init__.py +++ b/invenio_theme/__init__.py @@ -521,6 +521,6 @@ def settings_item_1(): from .ext import InvenioTheme -__version__ = "2.4.0" +__version__ = "2.5.0" __all__ = ("__version__", "InvenioTheme")