From 4a89ac19ffd046e8675aa22ebdbdebb8ff6e6518 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Fri, 29 Nov 2024 22:25:16 +0100 Subject: [PATCH] release: v6.0.0 --- CHANGES.rst | 8 ++++++++ invenio_drafts_resources/__init__.py | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index da4991d..05987ab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ .. Copyright (C) 2020-2024 CERN. Copyright (C) 2020 Northwestern University. + Copyright (C) 2024 Graz University of Technology. Invenio-Drafts-Resources is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more @@ -9,6 +10,13 @@ Changes ======= +Version 6.0.0 (release 2024-12-10) + +- setup: change to reusable workflows +- setup: bump major dependencies +- i18n:push translations + + Version 5.1.0 (released 2024-08-09) - resources: use and adjust vnd.inveniordm.v1+json http accept header diff --git a/invenio_drafts_resources/__init__.py b/invenio_drafts_resources/__init__.py index e71099e..c38acd4 100644 --- a/invenio_drafts_resources/__init__.py +++ b/invenio_drafts_resources/__init__.py @@ -2,6 +2,7 @@ # # Copyright (C) 2020-2024 CERN. # Copyright (C) 2020-2023 Northwestern University. +# Copyright (C) 2024 Graz University of Technology. # # Invenio-Drafts-Resources is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more @@ -10,6 +11,6 @@ """Invenio Drafts Resources module to create REST APIs.""" -__version__ = "5.1.0" +__version__ = "6.0.0" __all__ = ("__version__",)