From 50789360e66429cd11cd9e142fa8929c98773eee Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Fri, 25 Mar 2022 15:19:11 +0100 Subject: [PATCH] Bump version to v2022.1.0 --- CHANGES.rst | 8 ++++++++ invenio_utilities_tuw/version.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 05aeb1b..451fed5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,3 +17,11 @@ Version 2021.2 (released 2021-12-07, updated 2021-12-15) - Bump dependencies (InvenioRDM v7) - Add option to show/hide users' full names + + +Version 2022.1 (released 2022-03-25) + +- Rename old 'orphans' subcommand for files to 'zombies' +- Add 'orphans' subcommand for files that operates on orphaned DB entries +- Add command to verify the integrity of all files +- Update file verification commands for drafts and records diff --git a/invenio_utilities_tuw/version.py b/invenio_utilities_tuw/version.py index 4a88e76..a386c6c 100644 --- a/invenio_utilities_tuw/version.py +++ b/invenio_utilities_tuw/version.py @@ -12,4 +12,4 @@ This file is imported by ``invenio_utilities_tuw.__init__``, and parsed by ``setup.py``. """ -__version__ = "2021.2.1" +__version__ = "2022.1.0" diff --git a/setup.py b/setup.py index fc95c77..735bcfd 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup_requires = [ ] install_requires = [ - "invenio-app-rdm>=7.0.0", + "invenio-app-rdm>=8.0.0", ] packages = find_packages() -- GitLab