From fa3ed057b5d80c4df50e04f51274c8c07f2c9c1f Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Mon, 27 May 2024 15:03:59 +0200 Subject: [PATCH] release: v12.0.0b3.dev18 --- 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 f6e2f1aa1..0da268fde 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -16,6 +16,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "12.0.0b3.dev17" +__version__ = "12.0.0b3.dev18" __all__ = ("__version__",)