From 832414cb6e558b33ef51f990ec2d2b8726b1378e Mon Sep 17 00:00:00 2001 From: zzacharo Date: Tue, 21 Jan 2025 13:20:48 +0100 Subject: [PATCH] release: v13.0.0b1.dev28 --- invenio_app_rdm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 43d6c3610..65e901880 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -17,6 +17,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "13.0.0b1.dev27" +__version__ = "13.0.0b1.dev28" __all__ = ("__version__",)