From 220b06a454f2bd1a639555ea8d948aad4a74fae6 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Mon, 10 Mar 2025 23:26:17 +0100
Subject: [PATCH] Bump version to v2025.0.0

---
 CHANGES.rst                       | 9 +++++++++
 invenio_utilities_tuw/__init__.py | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 3a15aff..23eb258 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,15 @@
 Changes
 =======
 
+Version v2025.0.0 (released 2025-03-10)
+
+- global: remove capabilities for multiple record owners
+- global: drop old way of fetching records service
+- drafts: update "files {add,remove}" command to also work with already published drafts
+- records: add "files fix-state" command to fix files manager state and lock the bucket
+- vocabularies: add basic vocabulary management commands
+
+
 Version v2024.2 (released 2024-06-24, updated 2024-09-19)
 
 - v12 compat: Replace ``Flask-BabelEx`` with ``Invenio-i18n``
diff --git a/invenio_utilities_tuw/__init__.py b/invenio_utilities_tuw/__init__.py
index ee7e9c4..7a7223b 100644
--- a/invenio_utilities_tuw/__init__.py
+++ b/invenio_utilities_tuw/__init__.py
@@ -10,6 +10,6 @@
 
 from .ext import InvenioUtilitiesTUW
 
-__version__ = "2024.2.1"
+__version__ = "2025.0.0"
 
 __all__ = ("__version__", "InvenioUtilitiesTUW")
-- 
GitLab