From 399ebb4f996fe3453907ac7cb6445ca40edc3bbc Mon Sep 17 00:00:00 2001 From: Nicola Date: Thu, 28 Nov 2024 22:23:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_app_rdm/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index aa836f2cf..6dfa93dca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,10 @@ Changes ======= +Version v13.0.0b1.dev23 (released 2024-11-28) + +- assets: use the new copy feature to copy needed TinyMCE static assets + Version v13.0.0b1.dev22 (released 2024-11-28) - installation: bump invenio-access diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 32c1f0f32..6794af2cf 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.dev22" +__version__ = "13.0.0b1.dev23" __all__ = ("__version__",) diff --git a/setup.cfg b/setup.cfg index c2717043a..01a326d89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires = invenio-i18n>=2.0.0,<3.0.0 invenio-db[postgresql,mysql]>=1.1.0,<2.0.0 # Invenio base bundle - invenio-assets>=3.0.0,<4.0.0 + invenio-assets>=3.1.0,<4.0.0 invenio-formatter>=2.0.0,<3.0.0 invenio-logging>=2.0.0,<3.0.0 invenio-mail>=2.0.0,<3.0.0