From b1b63834cbe6d88586af4396861572f22720a72d Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Tue, 8 Oct 2024 14:46:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_app_rdm/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ad446eaa9..d01e00fdd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,10 @@ Changes ======= +Version v13.0.0b1.dev9 (released 2024-10-08) + +- installation: bump invenio-communities & invenio-rdm-records + Version v13.0.0b1.dev8 (released 2024-10-04) - installation: bump invenio-communities & invenio-rdm-records diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 60aae39d1..c0accddd3 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.dev8" +__version__ = "13.0.0b1.dev9" __all__ = ("__version__",)