From e65f141798d22dcdff36a0391d60143cd1e2a0e2 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Wed, 31 Jan 2024 15:27:09 +0100 Subject: [PATCH] release: v3.0.0 --- .github/workflows/tests.yml | 2 +- CHANGES.rst | 6 +++++- invenio_banners/__init__.py | 4 ++-- setup.cfg | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e9926bd..9017d79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2020-2023 CERN. +# Copyright (C) 2020-2024 CERN. # # Invenio-Banners is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/CHANGES.rst b/CHANGES.rst index 5ee7428..0dcbd99 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020-2023 CERN. + Copyright (C) 2020-2024 CERN. Invenio-Banners is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -7,6 +7,10 @@ Changes ======= +Version 3.0.0 (released 2024-01-31) + +- installation: bump invenio-administration + Version 2.1.1 (released 2023-07-24) - ui: remove bottom margin diff --git a/invenio_banners/__init__.py b/invenio_banners/__init__.py index f99079c..047836b 100644 --- a/invenio_banners/__init__.py +++ b/invenio_banners/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2023 CERN. +# Copyright (C) 2020-2024 CERN. # # Invenio-Banners 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 +9,6 @@ from .ext import InvenioBanners -__version__ = "2.1.1" +__version__ = "3.0.0" __all__ = ("__version__", "InvenioBanners") diff --git a/setup.cfg b/setup.cfg index ab455c8..000387c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2023 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2023 Graz University of Technology. # # Invenio-Banners is free software; you can redistribute it and/or modify it