From c5a924b35d4cad461d5b53947cd7de21cfc7716c Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Tue, 15 Oct 2024 10:22:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 12 ++++++++++++ invenio_app_rdm/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d01e00fdd..a7530926e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,18 @@ Changes ======= +Version v13.0.0b1.dev11 (released 2024-10-15) + +- config: vocabularies Datastream common OpenAIRE + +Version v13.0.0b1.dev10 (released 2024-10-10) + +- webpack: bump react-searchkit due to axios major upgrade +- setup: bump invenio-search-ui due to axios major upgrade +- assets: fix item description overflow issue + * addresses mathjax formulas truncation +- browse: fix endpoint name. + Version v13.0.0b1.dev9 (released 2024-10-08) - installation: bump invenio-communities & invenio-rdm-records diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 60653f2a3..aae9ac9e7 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.dev10" +__version__ = "13.0.0b1.dev11" __all__ = ("__version__",)