From 8e747c58dea134510c8446a114bd63edfde036ff Mon Sep 17 00:00:00 2001 From: alejandromumo Date: Thu, 3 Oct 2024 15:13:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 8 ++++++++ invenio_app_rdm/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4490c2d66..76a262b45 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,14 @@ Changes ======= +Version v13.0.0b1.dev7 (released 2024-10-03) + +- setup: bump invenio-rdm-records to >=13.0.0 +- collections: added minimal UI page +- theme: read invenio config from document body +- search results: render Mathjax in the results list +- records-community: fix error message display when removing a community + Version v13.0.0b1.dev6 (released 2024-09-27) - communities: create browse communities page diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 911f57bdf..959fedc92 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.dev6" +__version__ = "13.0.0b1.dev7" __all__ = ("__version__",) diff --git a/setup.cfg b/setup.cfg index c7f1cc8a0..e043bcae8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ install_requires = invenio-records-files>=1.2.1,<2.0.0 # Invenio-App-RDM invenio-communities>=15.0.0,<16.0.0 - invenio-rdm-records>=12.0.0,<13.0.0 + invenio-rdm-records>=13.0.0,<14.0.0 CairoSVG>=2.5.2,<3.0.0 invenio-banners>=3.0.0,<4.0.0 invenio-pages>=4.0.0,<5.0.0