From 4661b1c36c4422cd1ad8efb5c6d72d5848ec1301 Mon Sep 17 00:00:00 2001 From: Maximilian Moser Date: Thu, 31 Aug 2023 16:34:33 +0200 Subject: [PATCH] release: 1.0.6 --- CHANGES.rst | 5 +++++ invenio_drafts_resources/__init__.py | 3 ++- setup.cfg | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index caa4d2d..4edce6f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ .. Copyright (C) 2020-2022 CERN. Copyright (C) 2020 Northwestern University. + Copyright (C) 2023 TU Wien. 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,10 @@ Changes ======= +Version 1.0.6 (2023-08-31) + +- bump invenio-records-resources dependency to include the file-related backports + Version 1.0.5 (2023-08-30) - backport new version bug fix (see invenio-app-rdm#2197) for v11 STS diff --git a/invenio_drafts_resources/__init__.py b/invenio_drafts_resources/__init__.py index 4864974..79c875e 100644 --- a/invenio_drafts_resources/__init__.py +++ b/invenio_drafts_resources/__init__.py @@ -2,6 +2,7 @@ # # Copyright (C) 2020 CERN. # Copyright (C) 2020-2023 Northwestern University. +# Copyright (C) 2023 TU Wien. # # 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__ = "1.0.5" +__version__ = "1.0.6" __all__ = ("__version__",) diff --git a/setup.cfg b/setup.cfg index 94f2294..014f061 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ # Copyright (C) 2020 CERN. # Copyright (C) 2022 Graz University of Technology. # Copyright (C) 2020 Northwestern University. -# Copyright (C) 2022 Graz University of Technology. +# Copyright (C) 2023 TU Wien. # # 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 details. @@ -28,7 +28,7 @@ packages = find: python_requires = >=3.7 zip_safe = False install_requires = - invenio-records-resources>=1.0.0,<2.0.0 + invenio-records-resources>=1.0.10,<2.0.0 invenio-i18n>=1.3.2,<2.0.0 [options.extras_require]