From f5dc3a70119f15eb42c5fe25437db3a220d1bf2b Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Thu, 7 Apr 2022 10:47:09 +0200 Subject: [PATCH] Bump to v2022.1.1 --- CHANGES.rst | 3 ++- invenio_utilities_tuw/version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 451fed5..1bafb29 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,9 +19,10 @@ Version 2021.2 (released 2021-12-07, updated 2021-12-15) - Add option to show/hide users' full names -Version 2022.1 (released 2022-03-25) +Version 2022.1 (released 2022-03-25, updated 2022-07-04) - 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 +- Automatically increase bucket limits when adding files to drafts diff --git a/invenio_utilities_tuw/version.py b/invenio_utilities_tuw/version.py index a386c6c..a0c0764 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__ = "2022.1.0" +__version__ = "2022.1.1" -- GitLab