From aa76a90ce5c62860e25b1a93dbf71d40d8177bed Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Sun, 28 Jan 2024 18:08:05 +0100 Subject: [PATCH] relase: v2.5.10 --- CHANGES.rst | 4 ++++ invenio_theme/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b3ee1c0..89a5035 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version 2.5.10 (released 2024-01-28) + +- installation: fix sphinx dependency + Version 2.5.9 (released 2024-01-28) - global: change math operation to be compatible with sass2.0 diff --git a/invenio_theme/__init__.py b/invenio_theme/__init__.py index bd672c1..14f140d 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.5.9" +__version__ = "2.5.10" __all__ = ("__version__", "InvenioTheme") diff --git a/setup.cfg b/setup.cfg index 6f35eec..6bc0442 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015-2018 CERN. +# Copyright (C) 2015-2024 CERN. # Copyright (C) 2022 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it