From b4f6d4c32852e6abe41f4ff03cec603cbc27c24e Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Sat, 30 Nov 2024 16:26:25 +0100 Subject: [PATCH] release: v2.2.2 --- CHANGES.rst | 7 +++++++ invenio_previewer/__init__.py | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cfa41b3..9902231 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ .. This file is part of Invenio. Copyright (C) 2016-2024 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,12 @@ Changes ======= +Version 2.2.2 (release 2024-11-30) + +- setup: change to reusable workflows +- setup: pin dependencies +- i18n:push translations + Version 2.2.0 (released 2024-03-26) ----------------------------------- diff --git a/invenio_previewer/__init__.py b/invenio_previewer/__init__.py index b8080dc..6456bad 100644 --- a/invenio_previewer/__init__.py +++ b/invenio_previewer/__init__.py @@ -2,6 +2,7 @@ # # This file is part of Invenio. # Copyright (C) 2016-2024 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. @@ -318,6 +319,6 @@ from .ext import InvenioPreviewer from .proxies import current_previewer -__version__ = "2.2.1" +__version__ = "2.2.2" __all__ = ("__version__", "current_previewer", "InvenioPreviewer")