From 4b2debf71b9dde8bb48bc1a7ff4dbe5e34d84c0f Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Thu, 16 Jan 2025 11:24:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 7 +++++++ invenio_app_rdm/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index b54d4a814..2d6a93dbe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,13 @@ Changes ======= +Version v13.0.0b1.dev27 (released 2025-01-16) + +- Revert "config: add record and membership comment notifications" + * This is actually a breaking change since it introduces a new + set of notification templates that will potentialy not be + styled if overridden in an instance's overlay. + Version v13.0.0b1.dev26 (released 2025-01-16) - config: add record and membership comment notifications diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index d1c0c57a2..43d6c3610 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.dev26" +__version__ = "13.0.0b1.dev27" __all__ = ("__version__",)