diff --git a/CHANGES.rst b/CHANGES.rst index 9e4ca0db8..67b3196ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,10 @@ Changes ======= +Version v12.0.12 (released 2024-11-28) + +- assets: use the new copy feature to copy needed TinyMCE static assets + Version v12.0.11 (released 2024-11-28) - installation: remove "sentry_sdk" extra from invenio-logging diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index f45ae94b2..d338e34e5 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__ = "12.0.11" +__version__ = "12.0.12" __all__ = ("__version__",) diff --git a/setup.cfg b/setup.cfg index cc69b3c80..543674b76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = invenio-db[postgresql,mysql]>=1.1.0,<2.0.0 # Invenio base bundle invenio-admin>=1.4.0,<1.5.0 - 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