From f94fb10dd0f347ce3823374187a325ebd2639446 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Wed, 31 Jan 2024 13:49:50 +0100 Subject: [PATCH] relase: v9.0.0 --- .github/workflows/tests.yml | 2 +- CHANGES.rst | 4 ++++ invenio_communities/__init__.py | 2 +- invenio_communities/communities/services/service.py | 2 +- invenio_communities/generators.py | 2 +- invenio_communities/members/services/service.py | 2 +- setup.cfg | 2 +- tests/conftest.py | 2 +- 8 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 996df6e45..ed355e7ef 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) 2016-2021 CERN. +# Copyright (C) 2016-2024 CERN. # Copyright (C) 2022 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify diff --git a/CHANGES.rst b/CHANGES.rst index 23cb912b3..a6228ffae 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,10 @@ Changes ======= +Version 9.0.0 (released 2024-01-31) + +- installation: bump dependencies + Version 8.0.0 (released 2024-01-16) - global: add support for community theming diff --git a/invenio_communities/__init__.py b/invenio_communities/__init__.py index 27ca29ad5..d17add9a9 100644 --- a/invenio_communities/__init__.py +++ b/invenio_communities/__init__.py @@ -11,6 +11,6 @@ from .ext import InvenioCommunities from .proxies import current_communities -__version__ = "8.0.0" +__version__ = "9.0.0" __all__ = ("InvenioCommunities", "current_communities") diff --git a/invenio_communities/communities/services/service.py b/invenio_communities/communities/services/service.py index b2aebeada..20a9f6222 100644 --- a/invenio_communities/communities/services/service.py +++ b/invenio_communities/communities/services/service.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2022 CERN. +# Copyright (C) 2016-2024 CERN. # Copyright (C) 2021-2022 Northwestern University. # Copyright (C) 2022 Graz University of Technology. # diff --git a/invenio_communities/generators.py b/invenio_communities/generators.py index 45e263740..944e655df 100644 --- a/invenio_communities/generators.py +++ b/invenio_communities/generators.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2022 CERN. +# Copyright (C) 2016-2024 CERN. # Copyright (C) 2021 Graz University of Technology. # Copyright (C) 2021 TU Wien. # Copyright (C) 2022 Northwestern University. diff --git a/invenio_communities/members/services/service.py b/invenio_communities/members/services/service.py index fe97ce3cf..d87cb24ef 100644 --- a/invenio_communities/members/services/service.py +++ b/invenio_communities/members/services/service.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (C) 2022 Northwestern University. -# Copyright (C) 2022 CERN. +# Copyright (C) 2022-2024 CERN. # Copyright (C) 2022-2023 Graz University of Technology. # # Invenio-Communities is free software; you can redistribute it and/or modify diff --git a/setup.cfg b/setup.cfg index 6770c6ba2..9b3049c80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2022 CERN. +# Copyright (C) 2016-2024 CERN. # Copyright (C) 2022 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it diff --git a/tests/conftest.py b/tests/conftest.py index b345fb822..4c3e16e5f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2022 CERN. +# Copyright (C) 2016-2024 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.