From 1195c64b40d700eeeee16a730e4b1ac6ab183979 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Sat, 30 Nov 2024 20:38:19 +0100 Subject: [PATCH] release: v4.2.1 --- CHANGES.rst | 6 ++++++ invenio_stats/__init__.py | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 36121ee..1f1e7e1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ .. This file is part of Invenio. Copyright (C) 2017-2023 CERN. + Copyright (C) 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. @@ -9,6 +10,11 @@ Changes ======= +Version 4.2.1 (release 2024-11-30) + +- setup: change to reusable workflows +- setup: pin dependencies + Version v4.2.0 (released 2024-08-27) - processors: allow filtering out robots/machines diff --git a/invenio_stats/__init__.py b/invenio_stats/__init__.py index f49a304..20fc00a 100644 --- a/invenio_stats/__init__.py +++ b/invenio_stats/__init__.py @@ -3,6 +3,7 @@ # This file is part of Invenio. # Copyright (C) 2017-2024 CERN. # Copyright (C) 2022-2023 TU Wien. +# Copyright (C) 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. @@ -440,7 +441,7 @@ def register_queries(): from .ext import InvenioStats from .proxies import current_stats -__version__ = "4.2.0" +__version__ = "4.2.1" __all__ = ( "__version__",